Question: please give code in C Write a code to ask user for two arrays, A[] and B[], each with up to 10 integers. A[] is
Write a code to ask user for two arrays, A[] and B[], each with up to 10 integers. A[] is sorted in the ascending order and B[] is sorted in the descending order. A space is used after each integer input and "Enter" key will be used at the end of each array. Your code should print out all the numbers in the ascending order. For example, if A[] = {1 3 5 7 9} and B[] = {8 6 4 2), output will be 1 2 3 4 5 6 7 8 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
