Object Oriented Programming Using C Plus Plus - Study Mode
[#316] Which of the following is true?
Correct Answer
(C) ostream is derived from iostream
[#317] Any #include files may contain
Correct Answer
(D) All of the above
[#318] When a break statement is used in a loop, the control skips the rest of the statements in the loop after it and jumps
Correct Answer
(B) to the next statement written after the body of the loop
[#319] The function that takes arguments to set the bits of count is _____
Correct Answer
(A) setf()
[#320] When two types are used in a function template and one is labeled T, the other
Correct Answer
(A) must also be named T