Question: Language: C++ Self-practice Assignment A) 1. Create a student class. Put any possible fields in the class. Create a default constructor for your class 2.

Language: C++
Self-practice Assignment A) 1. Create a student class. Put any possible fields in the class. Create a default constructor for your class 2. Create an array of student object with size 10, 100,.. Each time, estimate the time needed to create the array and the memory requirement. 3. Create an array of pointers to students and initialize all pointers to null. Do the same calculations here. B) Create a for loop that iterates for n times. Inside the loop create a dynamic array of size 1000000. Increase the value of n in each run until your program crashes. Check to see what is the cause of the crash
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
