6.
What is the correct syntax for declaring a two-dimensional array in C++?

7.
Which of the following statements is true about C-style strings in C++?

9.
How do you determine the length of a C-style string in C++?

10.
What is the correct way to pass an array as an argument to a function in C++?