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