Question: P.: In c program.. No. 1 Marks 10 Define a function named merge_and_sort that takes two initialized array A and B along with its size
P.: In c program..

No. 1 Marks 10 Define a function named merge_and_sort that takes two initialized array A and B along with its size as an argument and merge two arrays A and B having at least 10 numbers in each array. In addition, sort merged array in ascending order. The major steps will be (2 points) Declare, Initialize and Display both arrays A and B (4 points) Merge two arrays and display merged array (4 points) Sort merged array in ascending order and display sorted array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
