Lab 4: Advanced Functions: Call-by-Reference, Pointers, Command-line-Args

Overview

In this lab you will:

  1. Practice using call-by-value and call-by-reference for parameter-passing
  2. Create and use structs
  3. Use simple pointer handling
  4. Do simple parsing of command-line arguments
  5. Learn the effect of the "const" modifier