Planning to take coaching on https://unacademy.com/
here is a code for 10% off PLUS1BPK1
Downloads resources from here
https://education4fun.com/gate-cse/
MCQ (Single Correct Answer)
GATE CSE 2003 Q.2
Assume the following C variable declaration
int * 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?
A) I, II, and IV only
B) II, III, and IV only
C) II and IV only
D) IV only