Hi,
i want to create a program like below
Write ‘C’ language program for maintaining a phone book.
Your Program should allow user to “ADD”, “DELETE”, “MODIFY”, “SEARCH”, “Display All
Records” and “COUNT” records.
All data should be stored in text file and should be available whenever the program is
executed.
File should have following data:
Employee number [Auto – generated]
First Name
Last Name
Age
Basic Salary
Department
Date of Joining [DD-MMM-YYYY]
Address
City
Phone Number
Apart from Employee Number, search should be available on First Name, Last Name and
Department or combination of either two. Search should display complete record.
Records should be properly displayed either GRID WISE [Page Scroll should be maintained]
or One Record at a time with option to move to next record or quit.
Proper validations should be maintained on all data fields.
Key Field should be Employee Number, hence no two records can have same employee
number.
Please mail me that source code
Thanks in advance
Pankaj Singh