#includeusing namespace std; int main() { char ch = 65; cout<< ch; return 0; }
The literal value for 65 is A. So it will be printing A.
Previous Question Next Question
Your comments will be displayed only after manual approval.