精通getc()和putc(),高效完成大文件拷贝任务#include <stdio.h>#include <stdlib.h>int main(int argc, char *argv[]){FILE *source;FILE *target;int1月前130