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