Basic and Advance C Question:

What is indirection in C?

Tweet Share WhatsApp

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 PDF Read All 221 C Programming Questions
Previous QuestionNext Question
How do you redirect a standard stream?What is an lvalue in C?