/BitsRotation

write a c++ program that rotates the binary representation of a number right or left using bitwise operators, Add to your program a function that displays numbers in binary format.

Primary LanguageC++

Stargazers