#include <stdio.h> int main(void) { printf("sizeof 'a' is %zu\n", sizeof 'a');}
Standard input is empty
sizeof 'a' is 4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!