C Structure

Create a structure employee (id, name, salary). Accept details of n employees and write a menu driven program to perform the following operations.
a) Search employee by id
b) Display all employees

View Code

Create a structure Student (id, name, marks). Accept details of n students and write a menu driven program to perform the following operations.
a) Search student by id
b) Display all students

View Code