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