Question: 6 2 points Given the following declaration in C + + : int * ptr = new int [ 5 ] ; The ptr variable
points
Given the following declaration in :
int ptr new int ;
The ptr variable is declared and initialized to:
The address of an array stored in the data segment.
The address of an array stored in the code segment.
The address of an array stored in the runtime stack se
The address of an array stored in the heap segment.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
