railway RRB JE (CBT I + CBT II) Mock Test 2024 Programming and Data Structure Programming in C Scope of a Variable
निम्नलिखित कथन का आउटपुट क्या होगा?
int a = 24;
a = 24<<2;
printf("%d",a);1
26
2
48
3
96
4
6
निम्नलिखित कथन का आउटपुट क्या होगा?
int a = 24;
a = 24<<2;
printf("%d",a);