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