MCQ
Single Best Answer
Easy
QOutput?
int[] a = new int[3];
System.out.print(a[0] + " " + a[1] + " " + a[2]);
ID: #24483
Array Introduction in Data Structure
31 views
Question Info
#24483Q ID
EasyDifficulty
Array Introduction in Data StructureTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option C
Explanation
Answer: c) 0 0 0
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic