Question: Write a C++ function named arraylnit that returns no value and takes two parameters, a one-dimensional array of integers named arr and an integer named

 Write a C++ function named arraylnit that returns no value and

Write a C++ function named arraylnit that returns no value and takes two parameters, a one-dimensional array of integers named arr and an integer named m. The function should set the values in the array to decreasing values from m to 1. Finally, the function should print a message saying "Array initialized". The array should be passed by reference for speed and its value should be guaranteed not to be changed. Example showing the array positions (pos) and the desired values (value) for m = 5: pos : 0 1 2 3 4 value: 5 4 3 2 1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!