char buff[255];//creating char array to store data of file. fp = fopen("C:\\Users\\HP\\Desktop\\abc.txt", "r");. while(fscanf(fp, "%s", ...
確定! 回上一頁