#include <stdio.h>int main(){unsigned char num = 10;num <<= 6;num >>= 6;printf("%d\n", num);}
Standard input is empty
2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!