Open In App

C | File Handling | Question 3

Like Article
Like
Save Article
Save
Share
Report issue
Report

getc() returns EOF when
(A) End of files is reached
(B) When getc() fails to read a character
(C) Both of the above
(D) None of the above


Answer: (C)

Explanation: See EOF, getc() and feof() in C

Quiz of this Question


Last Updated : 28 Jun, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads