STL (140)
OOPS (873)
C++ General (2409)
what are the iterator and generic algorithms.
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
which operator is used for performing an exponential operation a) > b) ^ c) none
What is unary operator? List out the different operators involved in the unary operator.
Is c++ a dying language?
Is java a c++?
How is polymorphism achieved?
What are advantages of using friend classes?
What is a c++ vector?
What are shallow and deep copy?
What is an inclusion guard?
How can I learn c++ easily?
What is nested class in c++?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What is implicit pointer in c++?