Examveda

What does the following C code snippet mean?
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


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output