Q101
What does the following C code snippet mean? int ungetc(int c, FILE *stream)
A.
pushes c back onto a stream
AnswerB.
deletes c from the stream
C.
reads frequency of c in stream
D.
no action is taken by the command
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board