Q295
What is the syntax of ungetc()?
A.
void ungetc(int c, FILE *fp)
B.
int ungetc(int c, FILE *fp)
AnswerC.
int ungetc(String c, FILE *fp)
D.
int getc(int c, FILE *fp)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board