Menu

[solved] – Question 72101

Consider A, B, C as three arrays of size m,n and m + n respectively. Array A is stored in
ascending order where as array B is stored in descending order. Write a C++ program to
produce a third array C, containing all the data of arrays A and B and arranged in descending
order. Display the data of array C only.

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *