⧼⧼  Previous Page
⧼  Table of Contents  ⧽
Next Page  ⧽⧽

Two Dimensional Arrays

Computer Programming C++ / Collections

Arrays can contain any type of data (as long as each element is of the same type). Sometimes, we need the data inside of an array to be another array. This is when we use two-dimensional arrays.

Review Questions

The following are examples of questions similar to what you can expect to see on the next exam.

Hover over a question to show the answer.
  1. What is a two-dimensional array? An array who's elements are also arrays.
⧼⧼  Previous Page
⧼  Table of Contents  ⧽
Next Page  ⧽⧽
© Ryan Appel