Write two functions RL(data,n) which performs circular left shift on variable data by n bits , RR(data,n) which performs circular right shift on variable data by n bits
note: data is 1 byte variable
refer to this video to know more about circular bit shifts
Solution
note: data is 1 byte variable
refer to this video to know more about circular bit shifts
Solution
No comments:
Post a Comment