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