The GNU C Programming Tutorial - Questions for Chapter 8
Node:Questions for Chapter 8,
Previous:Variadic functions,
Up:Parameters
Questions for Chapter 8
- What is the difference between a value parameter and a variable
parameter?
- What is the difference between a formal parameter and an actual
parameter?
- What does passing by reference let you do that passing by value doesn't?
- Can a function call be used as an actual parameter?
- Do actual and formal parameters need to have the same names?