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 mentioned
This 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