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