Object Oriented Programming Using C Plus Plus - Study Mode
[#341] The #include instruction is called a
Correct Answer
(B) directive
[#342] Another drawback to returning an error code from a function is that any error code returned by the function
Correct Answer
(A) must be of the same type as return type of the function
[#343] Classes hold _____
Correct Answer
(C) both data and methods
[#344] In C++, the address operator is the following symbol _____
Correct Answer
(B) &
[#345] The function that takes arguments to set the bits of cout is _____
Correct Answer
(A) setf()