#include int a[100]; int b; int main() { b = 42; printf("%d\n", b); printf("%p\n", &b); }