Computer Science, asked by faiezkhan6513, 1 year ago

What is the output of this c code? #include void f(int a[2][]) { a[0][1] = 3; int i = 0, j = 0; for (i = 0; i < 2; i++) for (j = 0; j < 3; j++) printf("%d", a[i][j]); } int main() { int a[2][3] = {0}; f(a); return 0; }?

Answers

Answered by faizanHussain
0

Answer:

2 is the correct answer

Explanation:

1234 get on the danceflo800006or

Similar questions