Can we sort map in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are dynamic type checking?
What is the difference between static global and global ?
Why Pointers are not used in C++?
Is c++ a pure oop language?
Why #include is used?
How does list r; differs from list r();?
Describe exception handling concept with an example?
What is the use of main function in c++?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
What is searching?
Describe private, protected and public?
List down the guideline that should be followed while using friend function.