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