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