Question: Consider the following declaration: double *ptr; Write a statement that allocates an array of 100 elements (type double) and set ptr to point to the
Consider the following declaration:
double *ptr;
Write a statement that allocates an array of 100 elements (type double) and set ptr to point to the newly created array.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
