Basic and Advance C Question:
Download Questions PDF

What is indirection in C?

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.

Download C Programming Interview Questions And Answers PDF

Previous QuestionNext Question
How do you redirect a standard stream?What is an lvalue in C?