Vidyalelo
C++ Programming · Q48

Variables and Data Types in C++

Programming · C++ Programming · question 48

Q48

What will be the output of the following C++ code? #include using namespace std; int main() char c = 74; cout << c; return 0;

A.
A
B.
N
C.
J
Answer
D.
I

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board