16.
Which of the following correctly initializes a two-dimensional array named matrix in C++ with dimensions 3x3?

18.
Which of the following correctly defines a string variable named name initialized with the value "John" in C++?

19.
What is the purpose of the 'strcmp()' function in C++?

20.
Which of the following correctly declares an array of 10 integers in C++ and initializes all elements to zero?