phonebook.c

With this program you can add, search, modify, remove contacts, and print all contacts to the screen.

[code]

You must create an EMPTY file "myPhoneBook" with no extention in the SAME folder as phonebook.c

This empty file is the binary file on which the program is working.

Once you create it, you should NEVER modify it (mostly because it's in binary language).