Question: Consider the following C code: unsigned char a = 0x87; unsigned char b = 0x30; unsigned char x4 = a | b; After these instructions
Consider the following C code: unsigned char a = 0x87; unsigned char b = 0x30; unsigned char x4 = a | b; After these instructions execute, what is the value of x4? Enter your answer in hexadecimal notation, including the 0x 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
