#include <stdio.h> int main(void) { int foo[][2] = {{1, 2}, {3, 4}}; printf("%p", foo); return 0;}
0xbfbcfb80
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!