Computer Science, asked by simmikaur3116, 7 months ago

Apply Circular shift left followed by Circular shift right on R= 10101010​

Answers

Answered by Anonymous
2

Answer:

Circular shift can be of two types – Left circular shift (moving the final bit to the first position, while shifting all other bits to the next position). Right circular shift (moving the first bit to the last position, while shifting all other bits to the previous position).

Answered by prajapatijigar656
0

Answer:

Bit Rotation: A rotation (or circular shift) is an operation similar to ... In right rotation, the bits that fall off at right end are put ... /*Function to left rotate n by d bits*/.

Explanation:

mark me as brainlist please

Similar questions