This system aims to simulate simple database management system. Records are stored in a file. The user can make queries, delete, add and edit records. The record consists of ID, Name, amount of payment, comments. They are stored in a the file and separated by ",".
Just open the command line and type ($make run) and enjoy.
gcc compiler installed.
$make run
Then choose what you want...
here i chose 0 (print all the databse records in a table)