Data Structures and Algorithms Laboratory (dsal) Codes

If the code doesn't load, you can check it out on GitHub

Group F

Q24: Company maintains employee information as employee ID, name, designation and salary. Allow user to add, delete information of employee. Display information of particular employee. If employee does not exist an appropriate message is displayed. If it is, then the system displays the employee details. Use index sequential file to maintain the data.


                

Other Questions in Data Structures and Algorithms Laboratory

See All Available Questions