-sharpinclude <stdio.h> int main() { short num = -1; 1000 0000 0000 0001() 1111 1111 1111 1110() 1111 1111 1111 1111() , 65535 printf("%u n", num); } question: why is the result not 65535 Thank you ...
-sharpinclude <stdio.h> int main() { short int x = -10; - 1000 0000 0000 1010 - 1111 1111 1111 0101 - 1111 1111 1111 0110 F F F 6 - fffffff6, 4 printf("%x n", x); } I just ...