Object Oriented Programming Using C Plus Plus - Study Mode

[#281] Any output manipulator function you create _____
Correct Answer

(A) should take as an argument an instance of ostream as a reference

[#282] To pass an array by reference, you
Correct Answer

(C) do not have to do anything because arrays are automatically passed by reference

[#283] The instructions you enter into the computer are called the _____
Correct Answer

(D) source code

[#284] The String data type is an extension of the _____ data type
Correct Answer

(A) Character

[#285] An advantage of using local variables is that _____
Correct Answer

(D) the program does not become "crowded" with too many variable names