#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 operations

16th Nov 2017, 2:53 AM
Shashank Kumar Bandi
Shashank Kumar Bandi - avatar
3 Answers
+ 1
thank you
16th Nov 2017, 3:53 AM
Shashank Kumar Bandi
Shashank Kumar Bandi - avatar
0
could you explain me shifting operators
16th Nov 2017, 3:43 AM
Shashank Kumar Bandi
Shashank Kumar Bandi - avatar
- 1
i doesnt know
16th Nov 2017, 2:54 AM
Shashank Kumar Bandi
Shashank Kumar Bandi - avatar