c how to print variable address code example Example: print variable adress c int a = 12; printf("adress = %p", &a);