STL (140)
OOPS (873)
C++ General (2409)
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What is polymorphism explain?
Define upcasting.
What is an undefined behavior and sequence points
Explain rethrowing exceptions with an example?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Describe the process of creation and destruction of a derived class object?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
What is rvalue?
What do c++ programmers do?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
How would you call C functions from C++ and vice versa?
Give example of a pure virtual function in c++?
Discussion on error handling of C++ .
Explain the scope of resolution operator.