5391
Press any key to continue
Question 8:
(1 mark, file to be edited: Q8.c)
The program allows users to enter from the keyboard two arrays of integer numbers consisting of 'm'and 'n' elements respectively.
Merge the two arrays and print the numbers to the screen in descending order
Below is an example:
Enter: m = 4, array1 = {1, 5, 2, 3); n = 2, array2 = {8, 2}
4
1523
2
82
OUTPUT:
853221
Press any key to continue
Zoom
+ 100%
Close