Home » C Programming » File I/O » Question
  1. What are the first and second arguments of fopen?
    1. A character string containing the name of the user & the second argument is the mode
    2. A character string containing file pointer & the second argument is the mode
    3. A character string containing the name of the file & the second argument is the mode
    4. All of above
    5. None of these
Correct Option: C

A character string containing the name of the file & the second argument is the mode



Your comments will be displayed only after manual approval.