How many characters for pushback is guaranteed per file while using ungetc(c, fp);?
(a) Only 1 character
(b) Characters within 1 word
(c) Characters within 1st new-line
(d) All characters upto NULL character
This question was posed to me during an internship interview.
This question is from Ungetc in portion Input and Output in C of C