railway RRB JE (CBT I + CBT II) Mock Test 2024 Programming and Data Structure Programming in C Scope of a Variable
What is the output of the following statement?
int a = 24;
a = 24<<2;
printf("%d",a);1
26
2
48
3
96
4
6
What is the output of the following statement?
int a = 24;
a = 24<<2;
printf("%d",a);