Object Oriented Programming Using C Plus Plus - Study Mode

[#191] The string HELLO WORLD needs
Correct Answer

(A) 11 bytes

[#192] Library header files usually contain
Correct Answer

(C) function prototypes for functions stored in other files

[#193] A C++ term meaning "generic" is
Correct Answer

(B) parameterized

[#194] Before object-oriented exception handling was practiced, _____
Correct Answer

(C) the most popular error-handling method was to terminate the program

[#195] The preprocessor directive always ends with
Correct Answer

(C) neither a semicolon nor a comma