Question: Consider the C code below: short int x = 15213; int ix = (int) x; short int y = -15213; int iy = (int) y;
Consider the C code below:
short int x = 15213;
int ix = (int) x;
short int y = -15213;
int iy = (int) y;
Write the values below in Hex:
a. ix = ____________________________________
b. iy = _____________________________________
c. x & y = ___________________________________
d. x ^ y = ____________________________________
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
