Answer the following statements true (T) or false (F)

1. An individual array element can be processed like any other type of C++ variable.
2. In C++11 you cannot use a range-based for loop to modify the contents of an array unless you declare the range variable as a reference variable.
3. In C++11 the range-based for loop is best used in situations where you need the element subscript for some purpose.
4. Although two-dimensional arrays are a novel idea, there is no known way to pass one to a function.
5. Each individual element of an array can be accessed by the array name and the element subscript.


1. T
2. T
3. F
4. F
5. T

Computer Science & Information Technology

You might also like to view...

Pressing the ____________________ keyboard shortcut keys and pressing RETURN prints the presentation.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The feature that displays table column headings at the top of each page is

A. Page Header B. Repeat Header Rows C. Distribute Rows D. Distribute Columns

Computer Science & Information Technology

Communication modules are referred to as ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A user is reporting toner smudging on paper after printing. Which of the following should the technician inspect?

A. Print spooler B. Fuser C. Rollers D. Maintenance kit

Computer Science & Information Technology