#include int main(void) { float pi = 3.14159; printf("Adressen till 'pi' är: %lu\n", &pi); return 0; }