Code:
int a[3][3]={1,2,3,4,5,6,7,8,9}; int j,i,s=10; for(i=0;i<3;i++) s=s-a[i][2-i]; printf("%d\n", s); for(j=0;j<3;j++) s=s-a[i][2-i]; printf("%d", s);
This is piece of C code, please some one can give the output
and pls EXPLAIN it ?
If possible, try to send a mail to <email_remove d>
Thank you
Comment