Employee Record System in C This program was developed for analysing and developing employee records for any company. It provides user with the following options:
- Adding a record
- Deleting a record
- Modifying a record
- Number of active records
- Maximum number of hours required for a project
- Topmost working employee
- Kth top most project
- Least popular project Given two lists of employees
- List Union
- List Difference
- List Intersection