Question: Q2 (8 points) Consider the C code below: short int x=15213 int ix =( int )x; short int y=15213 int iy =( int )y; Write

Q2 (8 points) 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. xy=
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
