Question: True or False If p1 is an integer pointer variable, with the value of 1000, p1++ changes P1 to point to the memory location 1001.
True or False
If p1 is an integer pointer variable, with the value of 1000, p1++ changes P1 to point to the memory location 1001.
When you return a dynamic array to the heap using delete, you must specify the number of elements in the array.
You can assign an array name to a pointer variable of the same storage type.
The size of static arrays must be declared at compile time.
int *p1; declares a variable whose memory is statically allocated.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
