What is indirection in C?
Submitted by: AdministratorIf 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
Submitted by: Administrator
Read Online C Programming Job Interview Questions And Answers
Top C Programming Questions
| ☺ | Why does this code crash? |
| ☺ | What is wrong with this declaration? |
| ☺ | How can I read/write structures from/to data files? |
| ☺ | What does static variable mean in c? |
| ☺ | How can I increase the allowable number of simultaneously open files? |
Top Coding/Programming Categories
| ☺ | Python Interview Questions. |
| ☺ | OOP Interview Questions. |
| ☺ | Software engineering Interview Questions. |
| ☺ | PHP Interview Questions. |
| ☺ | VBA (Visual Basic for Applications) Interview Questions. |
