...
Note that this solution performs bitwise operations on signed integers. Care must be exercised when doing this; see void NUM05-J. Avoid incorrect mixing of signed integers with bitwise operators for more information.
Exceptions
...
...
Note that this solution performs bitwise operations on signed integers. Care must be exercised when doing this; see void NUM05-J. Avoid incorrect mixing of signed integers with bitwise operators for more information.
...