1.

What does the ungetc function return for the following C expression?

A. It returns character c
B. It returns EOF for an error
C. Both returns character c and returns EOF for an error
D. Either returns character c or returns EOF for an errorView Answer
Answer» E.


Discussion

No Comment Found