#include <stdio.h> int main(void) { char a; printf("char : %lu : %p \n", sizeof(a), &a); return 0;}
Standard input is empty
char : 1 : 0x7fff0d03e997
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!