how to print the address of a pointer in c by [ad_1] how to print the address of a pointer in cint a = 42; printf("%p\n", (void *) &a); [ad_2] Please Share