int p= -6969317
int r=0xff & (p>>16);
what "r" will show and how?
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Have a look at the bitwise operations. |
|||
|
|
|
If you want to see binary representation of your
|
|||||
|
|