Object Oriented Programming Using C Plus Plus - Study Mode

[#401] Which function is most likely to have procedural cohesion?
Correct Answer

(A) main()

[#402] A pointer is
Correct Answer

(C) a variable for storing addresses

[#403] The instruction "If it's raining outside, then take an umbrella to work" is an example of the _____ structure
Correct Answer

(C) selection

[#404] The >> (extraction) operator stops reading characters from the keyboard as soon as the user _____
Correct Answer

(C) both (a) and (b)

[#405] In the statement template <class T>,
Correct Answer

(C) either (a) or (b)