GATE CSE 2003 Q 2 || C PROGRAMMING ||Data Structure || GATE Insights Version: CSE

Опубликовано: 19 Март 2026
на канале: GATE Insights Version: CSE
854
26

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