Object Oriented Programming Using C Plus Plus - Study Mode
[#111] A variable's _____ indicates how long the variable remains in the computer's memory
Correct Answer
(C) lifetime
[#112] You may override the class access specifier for _____
Correct Answer
(C) any specific class members you choose
[#113] The null character needs a space of
Correct Answer
(B) one byte
[#114] The number of structures than can be declared in a single statement is
Correct Answer
(D) unlimited
[#115] The most efficient data type for a variable that stores the letter C is the _____ data type
Correct Answer
(A) Character