0
What's the meaning of << and >>
3 Réponses
+ 2
Bit shift operators. Binary operation: (int) << (count). They move every bit in an integer to the left or right, the number of times is in the right argument. I wont explain bits/bytes here, Google can help with that
+ 1
<< >>
0
left shift and right shift operator, correct if i m wrong