Examveda

What is the syntax of ungetc()?

A. void ungetc(int c, FILE *fp)

B. int ungetc(int c, FILE *fp)

C. int ungetc(String c, FILE *fp)

D. int getc(int c, FILE *fp)

Answer: Option B


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output