bits with Bitwise Operators

前端 未结 0 365
误落风尘
误落风尘 2021-01-16 19:13

the question that interests me is about bitwise operators. I have not yet encountered the following operator.
assert ((3 << 1) == 6); // 0011 << 1 == 0

相关标签:
回答
  • 消灭零回复
提交回复
热议问题