what is bitwise operator and their use????
Answers
Answered by
3
Explanation:
It is used to change individual bits in operand
A single byte of computer memory when
Viewd as 8 bites can signify the true/false
Status of 8 flags because each bit can.. used as booleans...
Hope it helps you smash the brilliant and follow up
Answered by
4
The bitwise shift operators are used to move all of the bits in the operand left or right a given number of times. They come in quite handy when you need to divide or multiply integer values.
Example:-
Binary One's Complement Operator is unary and has the effect of 'flipping' bits
. (~A ) = ~(60), i.e,. 1100 0011
❤Hope it helped u ❤
Similar questions