+ 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?
2 Réponses
0
Binary multiplication for example.
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