Advertisements
Advertisements
प्रश्न
Give the output of the following program snippet:
int a[] = new int [5];
a[0] = 4; a[1] = 8; a[2] = 7; a[3] = 12; a[4] = 3;
System.out.println(a[2 + 1]);
एक शब्द/वाक्यांश उत्तर
उत्तर
12
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?