1.

Assume the following C variable declarationint *A [10], B[10][10];Of the following expressionsI 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 (GATE CS 2003)?(A) I, II, and IV only(B) II, III, and IV only(C) II and IV only(D) IV only

Answer» None


Discussion

No Comment Found

Related InterviewSolutions