Consider a,b,c as three arrays of size m,n,m+n respectively.array a is stored in ascending order whereas 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 arranged in descending order.Display the data of array c only.