In this project you will find a very good implemetation of file handling using C programming. Below are some overview of this app. below are the topic which i implement in this project
- serialization
- storing and retriving block of data into a file
- secure data by converting it into binary format
- pointers
you can select operation you want to perform.
you can easily search between any detail present into the file
you can easily add any number of data here
Whenever you add any data it will store that data into a binary file so you can access it any time. You may also delete or update any person detail in it.