Vidyalelo
C Programming · Q101

File Input Output

Programming · C Programming · question 101

Q101

What does the following C code snippet mean? int ungetc(int c, FILE *stream)

A.
pushes c back onto a stream
Answer
B.
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