- 5 Assuming Variables A And B Are Declared As Signed Character With A 0x5c And B 0xe8 Evaluate The Following C Exp 1 (22.99 KiB) Viewed 29 times
5. Assuming variables a and b are declared as signed character, with a = 0x5C and b = 0xE8. Evaluate the following C exp
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
5. Assuming variables a and b are declared as signed character, with a = 0x5C and b = 0xE8. Evaluate the following C exp
5. Assuming variables a and b are declared as signed character, with a = 0x5C and b = 0xE8. Evaluate the following C expressions and give the output value in either hexadecimal or TRUE/FALSE value. Show your result derivation. No Expression Output ) a) b) c=a & b; c = a || b; c= b >> 3; c) c= a + b--; d) e) f) c = a%b; c = (a<=b)? a: b;