InterviewSolution
Saved Bookmarks
| 1. |
What Is Indirection? |
|
Answer» Answer :If you DECLARE a variable, its name is a DIRECT REFERENCE to its VALUE. If you have a pointer to a variable or any other object in memory, you have an INDIRECT reference to its value. |
|