Computer Science, asked by akshanssharma1, 3 months ago

#include

int main()
{
int ar[2][3]={1,2,3,4,5,6};
for(int i=0;i<2;i++)
for(int j=0;j ar[i][j]+=ar[i][++j];
printf("%d",ar[0][1]+ar[0][2]);
return 0;
}
Please give detailed solution without using compiler

Answers

Answered by JagratSirohi
0

Answer:

is that a real question?

Similar questions