Section 1: C Programming Lab
1. Write an interactive program in C language to create an application program
for a small office to maintain the employees database. This application should
be having menu options like
• Creating a New Record
• Reading/Listing of Records
• Modify the record
• Delete the record
Each employee record should have Employee Name, Employee ID,
Department Name, Salary, Position, Date of Joining,etc). The application
should be designed user-friendly.
Note: You must execute the program and submit the program logic, sample
input and output along with the necessary documentation for this question.
Assumptions can be made wherever necessary.
0 comments:
Post a Comment
Let us know your responses and feedback