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

1. After carrying out the following two statements, sales will have been created as a one-dimensional array that can hold 20 double values.
2. In C++ If you attempt to store more data in an array than it can hold, the compiler will issue an error.
3. Any of the following statements can be used to initialize the integer variable num to 7;
4. Elements of vectors can be access by using the vector name and a subscript, similarly to how array elements are accessed.

1. TRUE
2. FALSE
3. TRUE
4. TRUE

Computer Science & Information Technology

You might also like to view...

To move up one line, press the ____ key(s).

A. F1 B. UP ARROW C. UP ARROW D. OPTION-UP ARROW

Computer Science & Information Technology

With ____________________, the data is encrypted using DES three times-the first time by a first key, the second time by a second key, and the third time by the first key again.?

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

Computer Science & Information Technology