#include int main () { int i=6; printf("value: %i\n", i); printf("address: %u\n", &i); return 0; }