Clark N.

asked • 03/07/21

create a simple linked list c++ program

The linked list

should hold students biodata records. Name the linked list

‘Student_record’ and implement the following:

1. Define and Create a node called ‘Student_biodata’ that can store the

following data fields:

Given, Last, Family Name, Age, and Student ID (i.e. student’s

registration number).

2. The ‘Student_record’ linked list should have the following functions:

a. Function to add Student biodata at the end of the of the list

b. Function to add Student in the beginning of the list.

c. Function to display all the records in the list at any given time.

3. In the main function, do the following:

a. Create an object of the linked list

b. Add a student’s biodata to the list object

c. Display the contents of the list object

d. Add another student’s biodata at the beginning of the list object

e. Once again display the contents of the list object

f. Add a third student’s biodata at the end of the list object


g. Finally, display the contents of the list object once again.

Patrick B.

source code uploaded to RESOURCES section
Report

03/07/21

1 Expert Answer

By:

Patrick B. answered • 03/07/21

Tutor
4.7 (31)

Math and computer tutor/teacher

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.