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