A

Admin • 802.91K Points
Coach

Q. Which function checks the end-of-file indicator for the given stream in C?

  • (A) eof()
  • (B) EOF
  • (C) feof()
  • (D) None of the above
  • Correct Answer - Option(C)
  • Views: 8
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
The C library function feof() checks the end-of-file indicator for the given stream.

Syntax:

int feof(FILE *stream);

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.