state gov UP Police Programmer Grade 2 Mock Test Series Programming and Data Structure Programming in C Scope of a Variable
C में निम्नलिखित कथन का आउटपुट क्या है?
int a=042;
printf(“%d”,a);
1
042
2
42
3
34
4
66
C में निम्नलिखित कथन का आउटपुट क्या है?
int a=042;
printf(“%d”,a);