

MCQOPTIONS
Saved Bookmarks
1. |
Choose the correct difference between getc() and fgetc(). |
A. | If it is not a macro, it may evaluate stream more than once |
B. | if it is amacro, it may not evaluate stream more than once |
C. | if it is a macro, it may evaluate stream more than once |
D. | no difference between fgetc() and getc() |
Answer» D. no difference between fgetc() and getc() | |