1.

What is the output of this C code? #include int main() { int var = 010; printf("%d", var); }

A. 2
B. 8
C. 9
D. 10
Answer» C. 9


Discussion

No Comment Found