THE ADDRESS BOOK Created by "Nishanth H N." Last updated on 16Feb 2025 Note :-
This code is compatible with Linux, all C files, header files, and supporting files should be placed in the same directory To compile and run the code on Linux, use the following command :-
gcc main.c contact.c supportive_file.c -o program && ./program
THE END