Vidyalelo
C Programming · Q32

File Input Output

Programming · C Programming · question 32

Q32

The function fprintf is used in the program ...........

A.
When too many printf calls have been used in the program.
B.
In place of printf, as it uses more memory.
C.
When the output is to be printed on to a file.
Answer
D.
When the type of the variables to be printed are not known.
E.
If mixed data type variables are required to be printed on to the memory.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board