0 votes
in C Plus Plus by

What is indirection?

1 Answer

0 votes
by

) If you have defined a pointer to a variable or any memory object, there is no direct reference to the value of the variable. This is called indirect reference. But when we declare a variable it has a direct reference to the value.

...