Advertisements
Advertisements
Question
What will be the result of the following statement?
char ch= ‘B’;
cout << (int) ch;
Options
B
b
65
66
MCQ
Solution
66
shaalaa.com
Is there an error in this question or solution?
What will be the result of the following statement?
char ch= ‘B’;
cout << (int) ch;
B
b
65
66
66