Skip to Main Content
Programming and Data Structures
book

Programming and Data Structures

by Ashok Kamthane
August 2009
Intermediate to advanced content levelIntermediate to advanced
604 pages
21h 39m
English
Pearson India
Content preview from Programming and Data Structures
444 Programming and Data Structures
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 e of () The macro f eo f () 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 -fo p e n ("t e x t.t x t"
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.
Start your free trial

You might also like

Learning Data Structures and Algorithms

Learning Data Structures and Algorithms

Rod Stephens
Data Structures and Algorithms in C++, Second Edition

Data Structures and Algorithms in C++, Second Edition

Michael T. Goodrich, Roberto Tamassia, David M. Mount

Publisher Resources

ISBN: 9789332506343