#include int main() { int *x = (int *)123456; int y = *x; printf("%d\n", y); }