This is a list of some practice questions and problems for this week's quiz. I encourage you to first, read the sections, and then try review problems in the book. When that is complete, you should try these problems and understand their solutions. This set of quiz questions is not a complete list (and some of the questions are half-formed, so there is no guarantee that any of these will appear on the quizzes). This quiz covers chapter 5. 1. Give a function definition for . . . 2. Give a function prototype for . . . 3. What is pass-by-value? 4. What is pass-by-reference? 5. When is pass-by-value used? 6. When is pass-by-reference used? 7. Compare and contrast pass-by-value and pass-by-reference? 8. What is the scope of this variable? 9. Show how to call this function. 10. What is a return type? 11. What is a void function? 12. What does the following function do . . .