What is the use of bitwise shift operators?

Asked

Viewed 57 times

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 ?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.