Questions
Answer the following questions based on what you've learned in this chapter. Cross-check your answers with those provided at the end of the book, under Assessments.
- How many dimensions can be included in an array that is declared using the tool?
- 1
- 2
- 3
- 4
- 5
- What is the difference between a GVL and a struct?
- Describe the difference between an enum and a constant.
- What is a common error you may have with an array?
- Declare a 2D array of dimensions 5 and 6.