Vidyalelo
C Programming · Q132

File Input Output

Programming · C Programming · question 132

Q132

What will be the output of the following C statement? int ungetc(int c, FILE *fp)

A.
Either c or EOF for an error
Answer
B.
Nothing
C.
fp
D.
None of the mentioned

Answer: Option A

Solution

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