85.
What will be the output of the following C code?
#include <stdio.h>
int main()
{
    char buf[12];
    stderr = stdin;
    fscanf(stderr, "%s", buf);
    printf("%s\n", buf);
}

86.
Which of the following statement is true?

89.
What are the first and second arguments of fopen?

90.
In a variable length argument function, the declaration "..." can . . . . . . . .

Read More Section(File Input Output)

Each Section contains maximum 100 MCQs question on File Input Output. To get more questions visit other sections.