Home » C Programming » C-Library-Functions » Question
  1. How many characters for pushback is guaranteed per file while using ungetc(c, fp);?
    1. All characters upto NULL character
    2. Characters within 1 word
    3. Only 1 character
    4. Characters within 1st new-line
    5. None of these
Correct Option: C

Only 1 character



Your comments will be displayed only after manual approval.