Advertisements
Advertisements
प्रश्न
Give the output of the following program snippet:
int a[ ] =(2, 4, 6, 8, 10};
a[0] = 23;
a[3] = a[1];
int c = a[0] + a[1];
System.out.println("Sum = " + c);
एक शब्द/वाक्यांश उत्तर
उत्तर
27
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?