Write a program which takes 2 arrays of 10 integers each, “a”and “b”. c is an 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 c.
Answers
Answered by
3
Answer:
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 ...
Similar questions