1
Recently I discovered the bitwise shift operators << and >>. I know these operators move bits left and right, but what’s the use of doing this ?
In which cases these shift operators are used ?
1
Recently I discovered the bitwise shift operators << and >>. I know these operators move bits left and right, but what’s the use of doing this ?
In which cases these shift operators are used ?
Browser other questions tagged operators bitwise
You are not signed in. Login or sign up in order to post.