C and C++ Programming Resources

Share/Bookmark
Custom Search

File Handling in C Language

Posted on September 13th, 2008 258 Comments

In this section, we will discuss about files which are very important for storing information permanently. We store information in files for many purposes, like data processing by our programs. What is a File? Abstractly, a file is a collection of bytes stored on a secondary storage device, which is generally a disk of some kind. The collection of bytes may... 
Read More | Make a Comment


Page 1 of 11