Question: NOTED : I WANT THIS QUESTION IN SIMPLE C LANGUAGE Question # 1: A multinational company hired you to develop their employee management system. There
NOTED : I WANT THIS QUESTION IN SIMPLE C LANGUAGE
Question # 1:
A multinational company hired you to develop their employee management system. There are many employees working in different positions and departments. Make a structure for each department telling the number of employees in that department including the heads. Also each position has a reporting head defined in the chart given below also state the reporting head in the employee structure.
Make a structure for all the employees holding their bio data which includes:
- Name
- Employee ID
- CNIC
- Phone Number
- Age
- Department
- Position
Add more necessary variables as required.
Create functions to perform these operations:
- Add Employee
- Modify Employee
- Delete Employee
- Print All Employee
- Display Details of all Employees
- Search Employee using Position
- Search Employee using Department
- Search Employee using Employee id
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
