Day 9 Recap Questions
  1. How do you declare a multi-dimensional array and pass it to a function?
  2. Why must we specify the dimension sizes (other than the first) when declaring a multidimensional array as a function parameter?
  3. How do you initialize a multi-dimensional array using array initialization?
  4. What is the compile flag needed to compile a program such that we can debug it using gdb?
  5. How do you set a break point using gdb and check the call stack?
  6. Check the gdb cheat sheet and find the command to print the content of a variable per step, instead of only printing it once using print.