Answers

Question and Answer:

  Home  C Programming

⟩ What is indirection in C?

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.

 195 views

More Questions for you: