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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A 1 1 1
  • B null null null
  • C 0 0 0
  • D Compilation error
Correct Answer: Option C

Explanation

Answer: c) 0 0 0

Share This Question

Challenge a friend or share with your study group.