Answers for "Choose the most appropriate match to the below code snippet while( fgets (str, 60, fp)!=NULL ) { fputs(str,fp2); }"

C
14

fgets c

<open file>
while(fgets(<char array>, <size of array>, <file pointer>) != null)
Posted by: Guest on December-06-2019

Code answers related to "C"

Browse Popular Code Answers by Language