C Program to Delete a Specific Line from File

This is a C Program to delete a specific line from a text file. Problem Description This C Program deletes a specific line from a text file. Problem Solution Take input from the user and performs delete operations in text file as shown in the program below. Program/Source Code Here is source code of the … Read more

advertisement

C Program to Read Data from File

This C Program illustrates reading of data from a file. The program opens a file which is present. Once the file opens successfully, it uses libc fgetc() library call to read the content. Here is source code of the C program to illustrate reading of data from a file. The C program is successfully compiled … Read more

advertisement

C Program to Create a File and Store Information

This C Program creates a file & store information. We frequently use files for storing information which can be processed by our programs. In order to store information permanently and retrieve it we need to use files and this program demostrate file creation and writing data in that. Here is source code of the C … Read more

advertisement

C Program to Display the Inventory of Items in a Store

This is a C Program to display the inventory of items in a store. Problem Description This C Program display the inventory of items in a store. Problem Solution The program accepts the value of item name, item code, price, quantity & manufacture date. Then display those value in a structured way. Program/Source Code Here … Read more

advertisement
Subscribe to our Newsletters (Subject-wise). Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social networks below and stay updated with latest contests, videos, internships and jobs!

Youtube | Telegram | LinkedIn | Instagram | Facebook | Twitter | Pinterest
Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.