1.) How to solve <<< and >>> bitwise operator. 2.) solve -14<<2 bitwise operator.....
please explain your answer 1n details on how to solve this problem.
Answers:
AllI can see of your question is:
How to solve <<< and >>> bitwise operator. 2.) solve -14<<2 bitwise operator.....
That's not enough to go on! There is a way to extend your question info so it's not all trying to fit into the title space. Use it.
Note that results of bitwise operations on numbers (e.g., integers) depend on the machine's representation of numbers (2s complement or whatever).
Other answers: