File Input Output - Study Mode

[#91] Which of the following statement is true?
Correct Answer

(C) The symbolic constant EOF is defined in <stdio.h> & value is -1

[#92] Control string specifies the type and format of the data that has to be obtained from the keyboard.
Correct Answer

(A) true

[#93] What are the first and second arguments of fopen?
Correct Answer

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

[#94] In a variable length argument function, the declaration "..." can . . . . . . . .
Correct Answer

(B) Only appear at the end of an argument list

[#95] Which function is used to write a character to a file in C?
Correct Answer

(A) putc()