Page 1 of 1

Which of the following is the correct declaration for ungetc?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) int ungetc(int c, FILE fp);
b) int ungetc(int *c, FILE fp);
c) int ungetc(int c, FILE *fp);
d) int ungetc(int *c, FILE *fp);