C++ Programming Questions


Q.  ___________ header file is used for manipulators.

a. < iomanipulator.h>
b. < stdiomanip.h>
c. < stdmanip.h>
d. < iomanip.h>


ANSWER: See Answer
 
No explanation is available for this question!
MCQs:  If inner catch handler is not able to handle the exception then__________ .
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Generic catch handler is represented by ______________ .
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which one is suitable syntax for function template?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  It is not possible to combine two or more file opening mode in open () method.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Private members of the class are not inheritable.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  While overloading binary operators using member function, it requires ___ argument/s.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  If abstract class is inherited by derived class, then_______________ .
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  By default, all the files are opened in ___________mode .
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Generic catch handler must be placed at the end of all the catch handlers.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  An exception can be of only built-In type.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  The CPP compiler supports automatic type conversions for the user defined datatypes.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Can a class be declared/defined inside another class ?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Can we pass parameters to base class constructor though derived class or derived class constructor?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  _________________are used for generic programming.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Irrespective of exception occurrence, catch handler will always get executed.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  In CPP, cin and cout are the predefined stream __________ .
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Object oriented programming employs_________ programming approach.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Constant variables can be created in CPP by using ________ .
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  A virtual function that has no definition within the base class is called____________.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What are the characteristics of software?
Category: Computer Science MCQs,   Published by: teswesm