Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2. TeamSoft Web Application Development Company conducts an online examination. It wants to store the candidate's information. The information contains the candidate ID, name, scored
2. TeamSoft Web Application Development Company conducts an online examination. It wants to store the candidate's information. The information contains the candidate ID, name, scored marks and result. If the candidate scored more than 50 marks, then the result is PASS otherwise FAIL. Use single linked list to store the above information. Write a menu driven C++ program with the following options given below. (CH 2,3,4) ## Menu 1. Insert a record at the End of list 2. Delete from the Beginning of the list 3. Display the list 4. Exit Enter your choice here: a) Creating a structure for a candidate record. [1 Mark] b) Insert a record at the end of the list (entering candidate details) through keyboard at runtime for maximum 100 candidates. [4 Marks) c) Delete a record from the beginning of the list. [3 Marks] d) Displaying all the candidate records of the list. (2 Marks)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started