Day 9 Recap Questions
  1. How do you declare a multi-dimensional array and pass it to a function?
  2. How do you initialize a multi-dimensional array using array initialization?
  3. What is the compile flag needed to compile a program such that we can debug it using gdb?
  4. How do you set a break point using gdb and check the call stack?
  5. 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.