Computer Science, asked by nandinimk, 1 year ago

how does a EOF differ From feof?​

Answers

Answered by nancy10301
1

Answer:

Main difference EOF is a value to compare upon characters to check whether end of a stream has reached and feof is a function call to check a file pointer has reached end of that file. EOF is a condition in a computer operating system where no more data can be read from a data sources.

Answered by kinghappy
1

Main difference EOF is a value to compare upon characters to check whether end of a stream has reached and feof is a function call to check a file pointer has reached end of that file. EOF is a condition in a computer operating system where no more data can be read from a data sources.

please mark me down as a BRAINLIEST for more answers please follow me.

Similar questions