Q144
What will be the output of the following C code? #include int main() int var = 010; printf("%d", var);
A.
2
B.
8
AnswerC.
9
D.
10
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board