Question: Assume we have a machine that uses 1 byte for a short int. What's the decimal value of y after running the following code with

Assume we have a machine that uses 1 byte for a short int. What's the decimal value of y after running the following code with arithmetic shift. short int x = -98; short int y = x >> 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
