What is a multiset c++?
No Answer is Posted For this Question
Be the First to Post Answer
Is c++ an integer?
Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program
What is a "RTTI"?
What is a tree in c++?
What is c++ map?
What is the use of 'this' pointer?
What are different types of loops in c++?
What's the order in which the objects in an array are destructed?
Is c++ platform dependent?
What is the use of bit fields in structure declaration?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
What is a storage class in C++