Consider the following statement: (8)
int *num;
a. Write the C++ statement that dynamically creates an array of 10 components of type int and num contains the base address of the array.
b. Write a C++ code that inputs data into the array num from the standard input device.
c. Write a C++ statement that deallocates the memory space of the array to which num points.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.