Question: Please explain in detail how to do this steps. C++ - Declare a pointer to a dynamic array. o Create a dynamic array using the
Please explain in detail how to do this steps. C++

- Declare a pointer to a dynamic array. o Create a dynamic array using the size entered by the user. o Code a call to the fillup() function with the dynamic array you created. o Code a call to the showArray() function with the dynamic array after the fillup() function. 1 #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
