of line. In the same way ' \ t ' can be used to take the account of tabs. The text is also converted to
capital by using toupper () function and it is displayed.
b) f eof () The macro f eof () is used for detecting the file pointer whether it is at the end of file or not.
It returns non-zero if the file pointer is at the end of file, otherwise it returns zero.
13.24 Write a program to detect the end of file using function feof(). Display the file pointer
position for detecting end of file.
# include <conio.h>
# include <stdio.h>
void main()
{
FILS *fp;
char c;
fp-fopen("text.txt"
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.