Advertisements
Advertisements
प्रश्न
Find the output of the following program snippet:
char c = 'A';
int n = (int) c + 32;
System.out.println((char)n);
एक शब्द/वाक्यांश उत्तर
उत्तर
a
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
Find the output of the following program snippet:
char c = 'A';
int n = (int) c + 32;
System.out.println((char)n);
a