Expression evaluation in printf with %p
I am studying pointers in C. Trying a bunch of things to make sure I understand how pointers work, I found something that I don’t understand. Here’s the snippet of the code in question:
I am studying pointers in C. Trying a bunch of things to make sure I understand how pointers work, I found something that I don’t understand. Here’s the snippet of the code in question: