Interview Questions

What is indirection?

C Interview Questions and Answers


(Continued from previous question...)

What is indirection?

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.

(Continued on next question...)

Other Interview Questions