Question: What is the result when a signed char i = 0xC5 shifted for each case: 1) logical shift right 2 bits: [x] 2) arithmetic shift
What is the result when a signed char i = 0xC5 shifted for each case: 1) logical shift right 2 bits: [x] 2) arithmetic shift right 3 bits: 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
