#include #include using namespace std; int main() { int *ptr; ptr = 0; printf("%p\n", ptr); printf("%d\n", ptr); return 0; }