2 lines
61 B
Plaintext
2 lines
61 B
Plaintext
|
void array_index() { int x[2][2]; int i; x[i][1] = 4; }
|