Question: c++ Declare a struct named Student. Student struct has 3 fields as follows studentID - integer studentName - string studentEmail - string Declare an array

c++

Declare a struct named Student. Student struct has 3 fields as follows studentID - integer studentName - string studentEmail - string

Declare an array of Student struct named studentList which contains 3 students

Based on the Array of Student struct from above question studentList, create a function getStudentData() which will prompt the user to enter student information and store the student data into studentList. This function passes in the array of Student struct and the size of the array.

Declare a dynamic array of Student struct named newStudentList. It has 5 students.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!