Which of the following manipulator is used for the representing octal equivalent of a given decimal number?
a. oct b. setbase(8) c. tobase(8) d. both a and b e. all a, b, c ANSWER: both a and b
-->
a. oct b. setbase(8) c. tobase(8) d. both a and b e. all a, b, c ANSWER: both a and b
a. Pure virtual function b. Pure static function c. Pure Const function d. Friend function ANSWER: Pure…
a. enum b. const c. #define d. All of these e. None of these ANSWER: All of these
a. top-down b. procedural c. bottom-up d. all of these. ANSWER: bottom-up
a. Operator b. Functions c. Objects d. Data types ANSWER: Objects
a. True b. False ANSWER: False
a. Inheritance b. Virtual Functions c. Templates d. None of these ANSWER: Templates
a. Yes b. No ANSWER: Yes
a. True b. False ANSWER: False
a. True b. False ANSWER: True
a. Binary b. Text c. Can’t say ANSWER: Text
a. Derived class should provide definition for all the pure virtual functions b. Derived class also …
a. Zero b. One c. Two d. Three ANSWER: One
a. True b. False ANSWER: False
a. template< class T> return_type Function_Name(parameters) b. template< typename T> ret…
a. catch(..,) b. catch(---) c. catch(…) d. catch( void x) ANSWER: catch(…)
a. Compiler will look for outer try handler b. Program terminates abnormally c. Compiler will check f…