Vidyalelo
C Programming · Q35

File Input Output

Programming · C Programming · question 35

Q35

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
Answer
D.
no difference between fgetc() and getc()

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board