Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Mazoon Construction wants to store its employee information. The information contains the employee's name, ID, and salary. Use singly linked list to store the

image text in transcribed

1. Mazoon Construction wants to store its employee information. The information contains the employee's name, ID, and salary. Use singly linked list to store the employee information. Write a menu driven C++ program with the following options given below. ### Menu 1. Insert a record at the beginning of list 2. Delete from the End of the list 3. Display the list 4. Exit Enter your choice here: a) Creating a structure for employee record. [1 Mark] b) Insert a record at the beginning of the list (entering employee details) through keyboard at runtime for maximum 20 employees. [4 Marks] c) Delete a record from the end of the list. [3 Marks] d) Displaying all the employee records of the list. [2 Marks]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions