Both function foo() and bar() return a random int type number. int x = foo(); int y = bar(); unsigned ux = x; unsigned
Posted: Sat May 14, 2022 4:46 pm
Both function foo() and bar() return a random int type
number.
int x = foo();
int y = bar();
unsigned ux = x;
unsigned uy = y;
This is 32-bit.
Is this expression true or false (ux >> 4) == (ux /
16)
number.
int x = foo();
int y = bar();
unsigned ux = x;
unsigned uy = y;
This is 32-bit.
Is this expression true or false (ux >> 4) == (ux /
16)