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

1) Template parameter names among template definitions must be unique.
2) Each member-function definition outside its corresponding class template definition
must begin with template and the same template parameters as its class template.
3) Concatenation of string objects can be performed with the addition assignment operator,
+=.
4) Characters within a string begin at index 0.
5) The assignment operator, =, copies a string.


1. False. Template parameter names among function templates need not be unique.
2. True.
3. True.
4. True.
5. True.

Computer Science & Information Technology

You might also like to view...

To send a Word 2010 by e-mail, which of the following must occur?

A) The file must be saved in a special format. B) The file be saved as an Outlook file in order to send it through Outlook. C) The file must first be saved. D) The file must be smaller than 5K in size.

Computer Science & Information Technology

If you would like to access a Query to export to Excel, you could begin by doing all of the following EXCEPT:

A) opening the Query in Design View. B) opening the original table. C) opening the Query in Datasheet View. D) clicking the query name in Navigation Pane.

Computer Science & Information Technology

Words with the same meaning

A) Prepositions B) Antonyms C) Synonyms

Computer Science & Information Technology

You cannot change the font of strings displayed in GUI components.

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

Computer Science & Information Technology