The fputs() function writes a line of characters into file. ... char text[300]; clrscr(); fp=fopen("myfile2.txt","r"); printf("%s",fgets(text,200,fp)); ...
確定! 回上一頁