Advertisements
Advertisements
प्रश्न
Find the output of the following program snippet:
char c = 'B';
inti = 4;
System.out.println(c + i);
System.out.println((int) c + i);
एक शब्द/वाक्यांश उत्तर
उत्तर
70
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?