What is actually going on in C when a non-pointer value is stored? [duplicate]
问题 This question already has answers here : Pointer to pointer clarification (16 answers) Closed last year . IMPORTANT: This tried to ask too many things at once and was misleading because I wrote it under a false assumption about how pointers can be used, and it ended up just looking like a duplicate. Please see this instead: How are variables tied to their values in C? Let's consider that there is a value 4 at address 0001 , and then we assign the address 0001 to the variable num . We could