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);
Which of the following is the correct declaration for ungetc?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following is the correct declaration for ungetc?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!