Advertisements
Advertisements
प्रश्न
Give the output of the following program snippet:
int m[ ] = {2, 4, 6, 8};
System.out.println(m[1] + ' ' + m[2]);
एका वाक्यात उत्तर
उत्तर
4 6
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
Give the output of the following program snippet:
int m[ ] = {2, 4, 6, 8};
System.out.println(m[1] + ' ' + m[2]);
4 6