MAKE A C PROGRAM FOR THE FOLLOWING QUESTION 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
MAKE A C PROGRAM FOR THE FOLLOWING QUESTION
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
Solved in 2 steps with 6 images