Question: Write a function that combine a sorted char static array arl with size nl and a sorted char static array ar2 with size n2 and
Write a function that combine a sorted char static array arl with size nl and a sorted char static array ar2 with size n2 and return one sorted char array of the combine of those two arrays 6. For example: arl[n1] - ('a','c','e','f'); ar2[n2] - ('b','d','g'); newAr(n1+n2] . {'a, , b','c','d', 'e,,'f','g')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
