C++ Type Checking Question:
Download Job Interview Questions and Answers PDF
What will be the output of this program?
#include <iostream>
using namespace std;
int main()
{
char c = 74;
cout << c;
return 0;
}
a) A
b) N
c) J
d) I
Answer:
c) J
Download C++ Type Checking Interview Questions And Answers
PDF