Question: Which statement needs to be used to create a dynamic memory allocation for an array of a size entered by user in the code below;

 Which statement needs to be used to create a dynamic memory

Which statement needs to be used to create a dynamic memory allocation for an array of a size entered by user in the code below; int* p = NULL; int size; cout > size; // ??? p = (size) int new; p = int (size) new, o p = int new [size]; O None of the choices p = new [size] int; p = [size] new int; p = new int [size)

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 Databases Questions!