Question: C++ Write a function that is almost exactly the same as the function above, only it takes an input parameter an integer (and you can
C++ Write a function that is almost exactly the same as the function above, only it takes an input parameter an integer (and you can pass in a number between 25 and 50 your choice). Inside the function create an array on the stack instead of the heap. Fill it with random numbers as above. Return the address of the first value of the array, and then in the main use function 1 to print it out. This should NOT work. In comments explain why.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
