fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4.  
  5. int array[10][10];
  6. printf("%p\n%p",array,array[0]);
  7. }
  8.  
Success #stdin #stdout 0s 5304KB
stdin
Standard input is empty
stdout
0x7ffcfe08fbe0
0x7ffcfe08fbe0