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