- What is memory located by
- What is the use of class wizard?
- What is the use of application wizard?
- What is the use of Microsoft foundation
- What are the tools added to
- What is the difference between ANSI
- What is translation?
- Write the syntax for exception
- How can you catch all the exceptions
- Write the different forms of
- Write the syntax for catch block?
- Write the syntax for try block?
- What is the use of catch block?
- What is the use of try block?
- What are the steps involved in exception
- What are the basic segments of error
- What is the use of exception
- Give an example for asynchronous
- What is overflow error?
- Give examples for synchronous
- What are the types of exceptions?
- What is an exception?
- What are the different types of errors
- What is the use of using?
- What is the use of export?
- What is the use of template classes
- Write the syntax for member function
- What are the steps in overloading
- Can the template functions be
- Write the syntax for function
- Write the syntax for using multiple generic
- Write the syntax for object of
- What is template class?
- Write the syntax for using template?
- What are parameterized macros?
- What is the other name for templates?
- What is generic programming?
- What is the use of templates?
- What are command line arguments?
- Write the syntax for using command
- Name the arguments main () can take?
- In which class are the error handling
- List the error handling functions?
- Write the syntax for write () and read ()?
- What are the functions used to handle blocks
- What are the functions used to handle single
- What are the types of constants used by
- Write the syntax for seekp () with one
- Write the syntax for seekg () with one
- What is the use of tellp ()?
- What is the use of tellg ()?
- What is the use of seekp ()?
- What is the use of seekg ()?
- List the functions which are used to control
- In which is the file to be opened to add
- What is the default location to which the output
- What is the default location to which the input
- What is the use of output pointer?
- What is the use of input pointer?
- What are the other names for input pointer
- What are the types of file pointers?
- What is the use of file pointers?
- When you open a file in ios::out mode, what is
- What is the difference between ios::ate and
- What is the default value for the file mode ios::out?
- What is the default value for the file
- What does the file mode parameter ios::trunc mean?
- What does the file mode parameter ios::
- What does the file mode parameter
- What does the file mode parameter
- Write the syntax of open () with
- In which class is the function
- Give an example to open multiple
- Write the syntax to open multiple files
- Write the syntax for closing a file?
- Write the syntax to open a file for
- Write syntax for to open a file
- What are the steps required to initialize
- What is the difference in opening the file
- What are the ways of opening
- What are the parts of a file
- What is EOF?
- What things are to be specified when we
- In which file are the classes that include
- Name the classes that define the
- What is a file?
- Write the syntax for setf ()?
- Write the syntax for using width ()?
- Write the syntax for creating a
- What is the difference between ios member
- What are manipulators?
- List some ios format functions?
- Write the syntax for write ()?
- Write the syntax for getline ()?
- Name the line oriented I/O functions?
- Which member functions are used to handle
- What is the limitation of ‘cin’?
- In which class is the ‘<<’ operator
- In which class is the ‘>>’ operator
- In which file are the objects cout
- In which class are the input/output operations
- What are stream classes?
- What is output stream?
- What is input stream?
- What is a stream?
- What are “do-nothing” functions?
- What are abstract base classes?
- What is a pure virtual function?
- What are the rules to be followed for
- How can a base pointer access the
- What is “this” pointer?
- Which operator has higher precedence dot
- Write the syntax for function
- What are the types of function
- What is callback function?
- What are C-strings or C-style
- In which header file are the string
- List the arithmetic operations which
- Write the syntax for accessing the content
- What is ‘*’ operator called as?
- What is the other name for
- What is a void pointer?
- What is the use of object
- What are null pointers?
- What is ‘&’ operator called as?
- Write the syntax for initializing a pointer
- Write the syntax for declaring pointer
- What are pointer constants?
- What are pointer variables?
- What are the other names for run
- What is run time polymorphism?
- What are the types of polymorphism?
- What is polymorphism?
- What are the other names for early
- What is early binding?
- What is the difference between method
- What is overriding?
- In which order are the destructors
- What is improper inheritance?
- What is proper inheritance?
- What is the difference between operator
- What is the use of member assignment
- What is the use of explicit keyword?
- What is the limitation of copy
- What is the use of the keyword
- What is an accessor?
- What is the other name for
- What is a modifier?
- What is persistence?
- Define attribute?
- What is instantiation?
- What are the important steps of
- What is preprocessor?
- What is control variable?
- What is a control statement?
- What is the use of continue statement?
- What is the use of break statement?
- What is test expression?
- What is anonymous union?
- Write the syntax for typeid operator.
- What is the use of typeid operator?
- What is RTTI?
- What is the use of dynamic_cast
- What is the use of reinterpret operator?
- Write the syntax for const_cast operator?
- What is the use of const_cast operator?
- Define volatile?
- What is memory leak?
- What is the use of new operator?
- Name the equality and relational operators?
- What are the categories of relational
- What is a qualifier?
- What is the use of #define?
- Define #include?
- What is the difference between static and
- What are the types of storage classes?
- What is multilevel inheritance?
- What is hierarchical inheritance?
- Write the syntax for making an outside function
- Write the syntax for defining member functions outside
- Give an example for containership.
- What is containership?
- Give an example for initializing member data using initializing list in the construct
- Write the syntax for initializing member data using initialization list in the constr
- Give the order in which the constructors are executed for the following example.
- How does the constructors execute in multilevel inheritance?
- What is an abstract class?
- Give an example for virtual base classes.
- What is the need to make a base class as virtual in inheritance?
- How can you overcome the multiple inheritance paths to a child class?
- What is indirect base class?
- Give an example for hybrid inheritance.
- Give an example for hierarchical inheritance.
- Write the syntax for hierarchical inheritance.
- Give an example for class resolution operator.
- What is the use of class resolution operator?
- Give an example for multiple inheritance.
- Write the syntax for multiple inheritance.
- Give an example for multilevel inheritance.
- Write the syntax for multilevel inheritance?
- How is the accessibility of data affected in protected derivation?
- How is the accessibility of protected data affected when a base class is inherited pu
- How is the accessibility of protected data affected when a base class is inherited pr
- How can you inherit the private members of the base class?
- How is the accessibility affected when a base class is inherited publicly?
- How is the accessibility affected when a base class is inherited privately?
- Write the syntax for single inheritance?
- What is hybrid inheritance?
- What is multiple inheritance?
- What is single inheritance?
- What are the types of inheritance?
- What is the default visibility mode in the derived class definition?
- What does the visibility limit specify in the derived class definition?
- What are the types of visibility labels?
- Write the syntax for derived class?
- What is the use of inheritance?
- What do you call the new class and the old class?
- What is inheritance?
- Does C++ support automatic type conversion when we use user defined data types?
- What are the conditions to be satisfied by conversion function?
- Write the syntax for overloaded casting operator function.
- Which operators cannot be used with friend functions for overloading?
- What are the rules for overloading operators?
- Which operand is used as an argument when we overload binary operator?
- Which operand is used to invoke operator function when we overload binary operator?
- What is the difference between friend functions and member functions when we overload
- What is the difference between friend functions and member functions when we overload
- When we use operator overloading do we use pass by reference or pass by value?
- List the operators which cannot be overloaded.
- Write the syntax of operator function.
- What are the steps involved in operator overloading?
- What is operator overloading?
- How do you invoke a destructor?
- Can you overload a destructor?
- What is a destructor?
- What is the limitation of constant objects?
- Write syntax for creating constant objects.
- What are dynamic constructors?
- What is copy initialization?
- What is copy constructor?
- Give an example for constructor with default arguments.
- Give an example for overloaded constructors.
- What are overloaded constructors?
- What are the ways of passing arguments to constructors?
- Give an example for parameterized constructor.
- Write the syntax for parameterized constructor.
- What are parameterized constructors?
- Given an example for constructor.
- Write the syntax for simple constructor.
- What are the types of constructors?