Lab 4: Advanced Functions: Call-by-Reference, Pointers, Command-line-Args
Overview
In this lab you will:
- Practice using call-by-value and call-by-reference for parameter-passing
- Create and use structs
- Use simple pointer handling
- Do simple parsing of command-line arguments
- Learn the effect of the "const" modifier