Examveda
Examveda

What will be the output of the following C code?
#include <stdio.h>
int main()
{
    int var = 010;
    printf("%d", var);
}

A. 2

B. 8

C. 9

D. 10

Answer: Option B


This Question Belongs to C Program >> C Fundamentals

Join The Discussion

Related Questions on C Fundamentals