#include #define LENGTH 10 int main () { int a[LENGTH] = {1,2,3,4,5,6,7,8,9,0}; int b[LENGTH] = {0,9,8,7,6,5,4,3,2,1}; int c[LENGTH]; for (int i=0; i