#include int main(void) { int x, y; x = 5; printf("x = %d\n", x); printf("Adressen till x är %lu\n", &x); return 0; }