How many dimensions can arrays have?
What’s the syntax for a 2d Array?
How do we initialize a 2d Array?
How do we use Designated Initialization on 2d Arrays?
How are Multidimensional Arrays stored in the computer?
How do we iterate through Multidimensional Arrays?
What are Constant Arrays? What’s the syntax?
What are the advantages of const
?