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