InterviewSolution
Saved Bookmarks
| 1. |
What are the first and second arguments of fopen?(a) A character string containing the name of the file & the second argument is the mode(b) A character string containing the name of the user & the second argument is the mode(c) A character string containing file pointer & the second argument is the mode(d) None of the mentionedThis question was addressed to me by my college professor while I was bunking the class.The question is from File Access in chapter Input and Output in C of C |
|
Answer» The correct choice is (a) A character string containing the name of the FILE & the SECOND argument is the mode |
|