Menu
GK
ENGLISH
CURRENT AFFAIRS
APTITUDE
BANKING
UGC NET
REASONING
COMPUTER SC.
COURSES
GK
ENGLISH
CURRENT AFFAIRS
APTITUDE
BANKING
UGC NET
REASONING
COMPUTER SC.
COURSES
By
Gkseries
Click here for more questions
Home
/
Computer Science
/
Which of the following is not an valid declaration of an array?
Sports GK Questions and Answers 2024 (Latest Updated)
Awards & Honours GK Questions 2024 (Latest Updated)
Question
Which of the following is not an valid declaration of an array?
A
int [ ] a = new int [3];
B
int a [ ] [ ] = new int [3] [3]
C
int [ ] [ ] a = new int [3] [ ];
D
int [ ] [ ] a = new int [ ] [3];
Answer & Explanation
Option: [D]
In multidimensional array rows cannot left blank.
Advertisement
Next Question →