print adress of variale in c code example Example: print variable adress c int a = 12; printf("adress = %p", &a);