Bitwise operators | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Bitwise operators

Hello everybody! I'd like to know how often do you use bitwise operators while coding and where? Thanks for your answers.

31st Aug 2018, 4:48 PM
Alexander Genin
Alexander Genin - avatar
1 Answer
+ 5
The question about how often depends on what we are working on, about where, bitwise operators are used to perform bit wise calculations, that is, we operate on bit level, binary way, to do the calculations. Various bitwise operators are used for different needs. I encourage you to review the bitwise operations lessons in the Learn section again, if you haven't, just to get a better grip on that subject : )
31st Aug 2018, 5:21 PM
Ipang