Contact Book Implementation Using Singly Linked Lists and File I/O in C
Project File Structure (VS2022) ContactBook.h and ContactBook.c: Header and implemantation files for core contact book logic LinkedList.h and LinkedList.c: Header and implementation files for the singly linked list data structuer app.c: Test application to interact with the contact book via a menu i...