#include<iostream.h> void main(){cout<<(456<<16);} output:0 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

#include<iostream.h> void main(){cout<<(456<<16);} output:0

please explain these bitwise shifting operators in c++

16th Nov 2017, 2:50 AM
Shashank Kumar Bandi
Shashank Kumar Bandi - avatar
1 Answer
+ 6
This question is duplicated. Please delete it.
16th Nov 2017, 4:00 AM
qwerty
qwerty - avatar