Question: C++ program: Write a program consisting of main and display_array functions. The main function declares an integer array with 10 elements and at the same
C++ program:
Write a program consisting of main and display_array functions. The main function declares an integer array with 10 elements and at the same time, initializes them with up to 10 arbitrary values. The main function then calls display_array function to display the contents of the array.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
