What is indirection in C?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online C Programming Job Interview Questions And Answers