Question: In the following code segment, what is the final value of k? signed char i, j; i=0xA0; j = 0x70; k = (i>j);
In the following code segment, what is the final value of k? signed char i, j; i=0xA0; j = 0x70; k = (i>j);
Step by Step Solution
3.42 Rating (142 Votes )
There are 3 Steps involved in it
Answer The final value of k would depend on the comparison ... View full answer
Get step-by-step solutions from verified subject matter experts
