Q68
What will be the output of the following C++ code? #include int main() char a = '\012'; printf("%d", a); return 0;
A.
Compiler error
B.
12
C.
10
AnswerD.
Empty
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board