Application of bitwise operator ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Application of bitwise operator ?

27th Feb 2017, 4:39 AM
Aashi ka
Aashi ka - avatar
2 Answers
+ 6
before asking what is the use of bitwise operations you should know what is the use of binary interpretation. After that I can give you my experience: in encription algorithm and in algebra (not linear) bitwise op. are often used because are faster than the common operation (think about multiplication or division of big numbers).
27th Feb 2017, 5:56 AM
Michael Isac Girardi
Michael Isac Girardi - avatar
+ 4
manipulating registers on microcontrollers
27th Feb 2017, 6:50 PM
seamiki
seamiki - avatar