What are the major use of the left and right bitwise shift << ,>> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What are the major use of the left and right bitwise shift << ,>>

operator precedence

24th Jul 2017, 2:37 PM
akpan ifiokobong
akpan ifiokobong - avatar
2 Answers
0
Getting or setting single bits out of a multibit (byte, word, etc) value. Or a very fast way of multiplying/dividing by 2.
24th Jul 2017, 2:47 PM
Bogdan Sass
Bogdan Sass - avatar
26th Mar 2022, 3:37 PM
Siavash Kardar Tehran
Siavash Kardar Tehran - avatar