Home » C Programming » Bitwise Operators

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

Correct Answer: True

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion