Q83
Which of the following is the correct declaration for ungetc?
A.
int ungetc(int c, FILE fp);
B.
int ungetc(int *c, FILE fp);
C.
int ungetc(int c, FILE *fp);
AnswerD.
int ungetc(int *c, FILE *fp);
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board