Advertisements
Advertisements
Question
What is the output of the following snippet?
char ch = ‘A’;
ch = ch + 1;
Options
B
A1
F
1A
MCQ
Solution
B
shaalaa.com
Is there an error in this question or solution?
What is the output of the following snippet?
char ch = ‘A’;
ch = ch + 1;
B
A1
F
1A
B