Answered step by step
Verified Expert Solution
Question
1 Approved Answer
#include struct Student { std: :string name = /lQ2. Define the following function. Enter the names of the dynamic array of Stduent objects. You may
\#include struct Student \{ std: :string name =" /lQ2. Define the following function. Enter the names of the dynamic array of Stduent objects. You may use std: cin void createRoster(int classsize, Student * roster); l/Test code int main(){ const int SIZE =3; Student roster = nullptr; /lQ1. Create a dynamic array of Student objects with SIZE and assign it to "roster" createRoster(SIZE, roster); //function call int i=; while (i SIZE) std: : cout
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