Where to use bitwise operators? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Where to use bitwise operators?

Ok. I have learnt that bitwise operators compares two objects and returns a completely different object. But I don't know where to use them. Please can any one give some examples or advice?

24th Nov 2016, 4:30 PM
Cyrus Ornob Corraya
Cyrus Ornob Corraya - avatar
2 Answers
0
Binary multiplication for example.
29th Nov 2016, 2:38 AM
Idril
Idril - avatar
0
Communication over ports/sockets, Compression, Encryption, Finite State Machines, Graphics... https://code.sololearn.com/c5dPg92y19C3/?ref=app https://code.sololearn.com/cREi8eQQ1gZh/?ref=app
18th Aug 2017, 4:13 PM
Ahmet
Ahmet - avatar