Question: 6 2 points Given the following declaration in C + + : int * ptr = new int [ 5 ] ; The ptr variable

6
2 points
Given the following declaration in C++ :
int * ptr = new int [5];
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 run-time stack se,
The address of an array stored in the heap segment.
6 2 points Given the following declaration in C +

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!