假为 " test.txt"的文本件存在 。 #include "stdio.h" #include "stdlib.h" main() { 11LE * fp; char * s[3] =

admin2016-12-25  6

问题 假为 " test.txt"的文本件存在 。
      #include "stdio.h"
     #include "stdlib.h"
      main()
       { 11LE  * fp;
      char  * s[3] = { "123","abcd","7890"} ;
    int k;
         if (( fp = fopen ( "test.txt","a + ")) == NULL)
       {  printf( "File not openV  \n"),exit(0) ; }
        for  ( k =0;k <3;k ++ ) fwrite(s[ k] ,( 10ng) (k +2),1,fp) ;
         rewind ( fp)  ;
       while  ( !  feof( fp》 printf( "% c",fgetc( fp)) ;
       fc10se( fp) ;

选项

答案12abc7890

解析
转载请注明原文地址:https://jikaoti.com/ti/vztaFFFM
0

最新回复(0)