To get latest updates

Bookmark This Site

Friday 11 November 2016

70.C Program to Read a Line From a File and Display it

C Program to Read a Line From a File and Display it

This program reads text from a file and stores it in a string until enter 'newline' character is encountered.
To understand this example, you should have the knowledge of following C programming topics:
  • C Programming Files I/O
  • C Programming Strings

No comments:

Post a Comment