Question: Write a C program for Employee Record System: The main features of this project include basic file handling operations; you are to add, list, modify

Write a C program for Employee Record System:

The main features of this project include basic file handling operations; you are to add, list, modify and delete data to/from file.

Implement following functions for employees

Add record

List record

Modify record

Delete record

You are to prompt the user for list of operations and execute the selected function until user selects to exit. Use data structures and file handling to store the records.

Sample main menu:

Write a C program for Employee Record System: The main features of

Sample run of add records:

this project include basic file handling operations; you are to add, list,

Notes:

1- Code should be fully commented and structured (using functions).

2- You can only use the following in completing the program:

a- stdio.h: printf,scanf,fprintf,fscanf,gets,puts,fputs and fgets.

b-selection statements.

c-loops.

d-functions

e-pointers.

f-files.

g-strings.

1. Add Record 2. List Records 3. Modify Records 4 Delete Records 5. Exit Your Choice

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!