Create a structure employee (id, name, salary). Accept details of n employees and write a
menu driven program to perform the following operations. Write separate functions for the
different options.
i. Search by name
ii. Search by id
iii.
Display all
iv. Display all employees having salary
V.Display employee having maximum salary
Answers
Answered by
0
Answer:
Create a structure employee (id, name, salary). Accept details of n employees and write a
menu driven program to perform the following operations. Write separate functions for the
Similar questions