

MCQOPTIONS
Saved Bookmarks
1. |
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); |
D. | int ungetc(int *c, FILE *fp); |
Answer» D. int ungetc(int *c, FILE *fp); | |