Ex: Write a C program to merge two arrays and sort in descending order. How to write a C program to merge two arrays and sort in descending order. C program to merge two arrays and sort in descending order.
Input from user:
Enter the limit of first array: 3
Enter elements:
1
2
3
Enter the limit of second array: 3
Enter elements:
1
2
3