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

1. If an array is partially initialized, the uninitialized elements will be set to zero.
2. The following statement is a valid C++ definition:
double money[25.00];

3. Assume array1 and array2 are the names of two arrays. To assign the contents of array2 to array1, you would use the following statement:
array1 = array2;

4. A vector object automatically expands in size to accommodate the items stored in it.


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

Computer Science & Information Technology

You might also like to view...

The tab in which video Start options are found

A) Design B) Format C) Playback

Computer Science & Information Technology

Word's PDF ________ feature converts PDF files into editable Word documents

A) Reflow B) Flowchart C) Workflow D) Workbook

Computer Science & Information Technology

To identify potential problems between PowerPoint 2013 and older versions of PowerPoint, the ________ should be used

A) Version Checker B) Version Resolution tool C) Document Properties tools D) Compatibility Checker

Computer Science & Information Technology

Most materials have predefined settings that cannot be changed.

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

Computer Science & Information Technology