Question: using c++ Assume that points to a dynamically allocated array of n objects of type Student. Assume that delete is used correctly to deallocate the
Assume that points to a dynamically allocated array of n objects of type Student. Assume that delete is used correctly to deallocate the array, which of the following is true? Select one or more a p can be used to point at another dynamically allocated array of Student objects. b. The destructor of class Student will be called times. Dcp will be pointing at an array of n NULL pointers. O d. The destructor of p will be called
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
