Question: using c++ Consider the following declaration statement: Student + pi Which of the following is true? Select one or more: ap can point at a
Consider the following declaration statement: Student + pi Which of the following is true? Select one or more: ap can point at a dynamic y allocated object of type Student b.p can point at a statically allocated object of type Student (ie at an object created without the new open O cp points at NULL d. The default constructor of class Student is called. e. This statement is illegal if class Student does not have a default constructor
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
