#include int main () { const int n = 42; printf("%d %p\n", n, &n); return 0; }