In the statement expression1 >> expression2. if expression1 is a signed integer with its leftmost bit set to 1 then on right shifting it the result of the statement will vary from computer to computer
Options
A. True
B. False
Correct Answer
True
Bitwise Operators problems
Search Results
1. Bitwise & can be used to check if more than one bit in a number is on.