Vidyalelo
C Programming · Q144

C Fundamentals

Programming · C Programming · question 144

Q144

What will be the output of the following C code? #include int main() int var = 010; printf("%d", var);

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

Answer: Option B

Solution

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