Write a program which takes 2 arrays of 10 integers each, a and b...

Â
Write a program which takes 2 arrays of 10 integers each, a and b. c is another array with 20 integers. The program should put into c the appending of b to a, the first 10 integers of c from array a, the latter 10 from b. Then the program should display the array c, then find and display the Minimum value of the array c.
Solved
Programming in C,C++
1 Answer
Uday Malla

Login to view answer.