文章详情
时间:2010-07-02 来源:hnrainll
#include <stdio.h> #include <stdlib.h> int main() { FILE *fp; char ch, filename[10]; printf("Pleas input the name of file:"); scanf("%s", filename); if((fp = fopen(filename,"r")) == NULL) { printf("Cannot open the file.\n"); exit(0); } fclose(fp); system("pause"); return 0; }
辰域智控app
网医联盟app
汇丰汇选App
1970-01-01