I read different things on the internet and got confused, because every website says different things. Speaking about C. 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.
https://stackoverflow.com/questions/14224831/meaning-of-referencing-and-dereferencing