Home » C Programming » C-Library-Functions » Question
  1. What will be the output of the following C statement?
    int ungetc(int c, FILE *fp)
    1. file
    2. fp
    3. Nothing
    4. Either c or EOF for an error
    5. None of these
Correct Option: D

Either c or EOF for an error



Your comments will be displayed only after manual approval.