Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CS 444 Projet 6 Due October, 2018 Write a C+program to read 40 students information in a text file and store them in a linked

image text in transcribed
CS 444 Projet 6 Due October, 2018 Write a C+program to read 40 students information in a text file and store them in a linked list using pointers. Each student's record has the following fields; First Name, Last Name, Social Security Number, Student ID, Number of courses taken, and major. Your program should have at least the following functions: MainO 2. Read each student's record from a batch file and store it in g pointers.. .Create a text file. . Sort the list by name and store it in the second linked list using linked list usin pointers. 4. Sort the list by social security number and store it in the Third linked list using pointers. s. Add a new record to the list. 6. Search student's record by name. If more than one student is found with the same name then search by social security number 7. Search student's record by social security number s. Delete a record. 9. Display the first list of records. o Display the list sorted by name. 1. Display the list sorted by social security number. 12 Display a student's record

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

SQL For Data Science Data Cleaning Wrangling And Analytics With Relational Databases

Authors: Antonio Badia

1st Edition

3030575918, 978-3030575915

More Books

Students also viewed these Databases questions

Question

What can leaders do to become more transformational?

Answered: 1 week ago