Question: What will be the result variable y value (in hex) after the following statement? short int x = 0x123; short y = (x & 0xFF);
What will be the result variable y value (in hex) after the following statement?
short int x = 0x123; short y = (x & 0xFF);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
