J
junky_fellow
Guys,
What should the statement below print on a 32 bit system.
printf("%x\n", (((long)1 - (unsigned long)3)) >>1);
which is the correct output:
0xffffffff or 0x7fffffff ?
thanks for any help...
What should the statement below print on a 32 bit system.
printf("%x\n", (((long)1 - (unsigned long)3)) >>1);
which is the correct output:
0xffffffff or 0x7fffffff ?
thanks for any help...