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

1. The following statement is a valid C++ array definition.
2. Each individual element of an array can be accessed by the array name and an element number, called a subscript.
3. An individual array element can be processed or passed to a function just like a regular C++
4. The following array definition is legal because C++ allows arrays to be implicitly sized.
5. An array can be returned by a function as well as passed to a function.


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

Computer Science & Information Technology

You might also like to view...

Font styles can be used to enhance text and emphasize the message on a Web page

Indicate whether the statement is true or false

Computer Science & Information Technology

Blocking access to content on the Internet or restricting what can be posted or published is considered ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Power is calculated as

A) Amps X farads B) Amps X ohms C) Volts X amps D) Volts X ohms

Computer Science & Information Technology

Which two components would be found in a home server computer? (Select two.)

A) Minimum RAM B) Multiple hard drives in a RAID array configuration C) Multiple KVM switches D) Multiple processors E) Dual monitors

Computer Science & Information Technology