Reading File : fscanf() function ; #include <stdio.h> ; FILE *fp; ; char buff[255];//creating char array to store data of file ; "file.txt", "r"); ; while(fscanf(fp, ...
確定! 回上一頁