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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?