1.

What will be the output of this program?
#include
using namespace std;
int main()
{
char ch = 65;
cout<< ch;
return 0;
}

A. 0
B. 65
C. A
D. All of above
E. None of these
Answer» D. All of above


Discussion

No Comment Found

Related MCQs