Question: explain please Q2 (8 points) Consider the C code below: short int x=15213; int ix=( int) x; short int y=15213 int iy = (int) y;
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. c. x&y= d. x 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. c. x&y= d. x
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
