What exactly happens here?
a << -5
Obviously it doesn't right shift. But the book I'm reading states:
On one machine, this expression actually does a left shift of 27 bits
My question is; why? What causes a left shift of 27 bits? And what exactly happens when shifting with a negative shift count? Thank you.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…