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