state gov UP Police Programmer Grade 2 Mock Test Series Programming and Data Structure Programming in C Scope of a Variable
What is the output of the following statement in C
int a=042;
printf(“%d”,a);
1
042
2
42
3
34
4
66
What is the output of the following statement in C
int a=042;
printf(“%d”,a);