Examveda

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

A. Either c or EOF for an error

B. Nothing

C. fp

D. None of the mentioned

Answer: Option A


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output