#include <stdio.h> int main() { int i = 3; int* j = &i; printf("%p",(void *)j); }
Standard input is empty
0xbfa8547c
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!