Assume the following C variable declaration
int * A[10], B[10][10]; of the following expressions
I. A[2]
II. A[2][3]
III. B[1] IV. B[2][3]
Which will not give compile-time errors if used as left hand sides of assignment statements in a C program?
Reveal answer
Fill a bubble to check yourself