I'm looking for algorithm that implements a circular shifting to the left of bit binary number (in c language). The algorithm will act like >> The right slot will be filled not with zeros but with the numbers moved from left.
and for shifting to the right.