Advertisements
Advertisements
प्रश्न
What is the output of the following snippet?
char ch = ‘A’;
ch = ch + 1;
विकल्प
B
A1
F
1A
MCQ
Advertisements
उत्तर
B
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
What is the output of the following snippet?
char ch = ‘A’;
ch = ch + 1;
B
A1
F
1A
B