最佳答案
I read different things on the Internet and got confused, because every website says different things.
I read about *
referencing operator and &
dereferencing operator; or that referencing means making a pointer point to a variable and dereferencing is accessing the value of the variable that the pointer points to. So I got confused.
Can I get a simple but thorough explanation about "referencing and dereferencing"?