What does the following C code snippet mean?
int ungetc(int c, FILE *stream)
int ungetc(int c, FILE *stream)A. pushes c back onto a stream
B. deletes c from the stream
C. reads frequency of c in stream
D. no action is taken by the command
Answer: Option A

Join The Discussion