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