Home » C Programming » C-Library-Functions » Question
  1. What is the syntax of ungetc()?
    1. int getc(int c, FILE *fp)
    2. int ungetc(String c, FILE *fp)
    3. void ungetc(int c, FILE *fp)
    4. int ungetc(int c, FILE *fp)
    5. None of these
Correct Option: D

int ungetc(int c, FILE *fp)



Your comments will be displayed only after manual approval.