I have one inquiry. This topic is well-known by many, but I have came across it just recently and I have maybe basic question.
On this site, we can read about memory indirection.
From that site, I have an understanding that one level of undirection matches reference types, that is variable of reference type has just a pointer to somewhere in memory, where object is allocated. That is how I understood level of indirectrion.
Question: Is this understanding correct?
If no, what would be the correct understanidng? And what would be two level of inderection?
If yes, what would be the second level of indirection? Would it be pointer to another pointer? Is that so?