1.

Comment on the following two operations.
int *ArrayA[] = {{11, 20, 13}, {11, 21, 13, 41}}; //- 1
int ArrayB[][] = {{15, 25, 35}, {10, 25, 30, 45}}; //- 2

A. Neither of them work
B. I works, II doesn t
C. II works, I doesn t
D. Both of them work
E. None of these
Answer» E. None of these


Discussion

No Comment Found