cara mencetak alamat penunjuk di c

int a = 42;

printf("%p\n", (void *) &a);