#include <stdio.h> int main(void) { printf("%x\n", -1 >> 1); printf("%x\n", -1U >> 1); return 0;}
Standard input is empty
ffffffff 7fffffff
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!