Showing posts with label c programmin. Show all posts
Showing posts with label c programmin. Show all posts

Tuesday, January 7, 2014

Reading contents of file using C programming

To read contents of  file C programming offers various data structure to read, write etc. like scanf (), printf(), gets(), puts(), fscanf() etc. In this blog I am using some data structure to read file contents.