Basic and Advance C Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
How do you redirect a standard stream? | What is an lvalue in C? |