Object Oriented Programming Using C Plus Plus - Study Mode
[#266] Which of the following flowchart symbols represents the if selection structure?
Correct Answer
(A) diamond
[#267] Two or more arrays whose elements are related by their position (subscript) in the arrays are called _____ arrays
Correct Answer
(C) parallel
[#268] The body of a C++ function is surrounded by _____
Correct Answer
(C) curly brackets
[#269] The #ifndef directive tests to see whether ________
Correct Answer
(A) a class has been defined
[#270] The generic type in a template function
Correct Answer
(B) can be T