Math, asked by shaikshahul4934, 7 hours ago

1 int main()
2 {
3 int i, j;
for (i = 1; i <= 2; i++ )
5 {
for (i = 1; i <= 2 ; j++ )
7 {
8
if (i == j)
9
continue ;
10
printf ("\n%d %d\n", i, j);
}
12 } }
13 return 0;​

Answers

Answered by adhi200450
0

makes a difference between two s one!! not is

Similar questions