#include <stdio.h> int main(void) { int x; printf("%d\n",sizeof x); return 0;}
1 2 10 42 11
4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!