int b[] = { 2, 6, 8, 12, 14 };int c[10]={0};int i=0;int n=10;fun(a,5,b,5,c,10);for(i=0;i<n;i++)printf(" %d,",c[i]);}