Vidyalelo
C Programming · Q182

File Input Output

Programming · C Programming · question 182

Q182

What is the return value of getc()?

A.
The next character from the stream is not referred by file pointer
B.
EOF for end of file or error
Answer
C.
Nothing
D.
None of the mentioned

Answer: Option B

Solution

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