Question: Question 15 4 pts Consider the following C code: unsigned char a = 0xDC; unsigned char x5 = a >> 2; After these instructions execute,

Question 15 4 pts Consider the following C code: unsigned char a = 0xDC; unsigned char x5 = a >> 2; After these instructions execute, what is the value of x5? Enter your answer in hexadecimal notation, including the Ox prefix, without any spaces or other symbols
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
