File Management in C

  • Unique Paper ID: 142731
  • Volume: 2
  • Issue: 6
  • PageNo: 294-296
  • Abstract:
  • In real life we deal with large volume of data and therefore the concept of file management is necessary. Dealing with a huge amount of data is very cumbersome and time consuming. If we turn off the computer or if the program is terminated incorrectly, the entire data is lost. Due to these major problems it was very much essential to rely on file management where the data can be stored on the discs and read whenever required. Also, this does not destroy the data in any way. File management in C involves the following:  Naming a file  Opening a file  Writing a file  Reading a file  Closing a file

Copyright & License

Copyright © 2025 Authors retain the copyright of this article. This article is an open access article distributed under the Creative Commons Attribution License which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

BibTeX

@article{142731,
        author = {Ria Arora},
        title = {File Management in C},
        journal = {International Journal of Innovative Research in Technology},
        year = {},
        volume = {2},
        number = {6},
        pages = {294-296},
        issn = {2349-6002},
        url = {https://ijirt.org/article?manuscript=142731},
        abstract = {In real life we deal with large volume of data and therefore the concept of file management is necessary. Dealing with a huge amount of data is very cumbersome and time consuming. If we turn off the computer or if the program is terminated incorrectly, the entire data is lost. 
Due to these major problems it was very much essential to rely on file management where the data can be stored on the discs and read whenever required. Also, this does not destroy the data in any way.

File management in C involves the following:
	Naming a file
	Opening a file
	Writing a file
	Reading a file
	Closing a file
},
        keywords = {C , Language , File Management},
        month = {},
        }

Cite This Article

  • ISSN: 2349-6002
  • Volume: 2
  • Issue: 6
  • PageNo: 294-296

File Management in C

Related Articles