What are vectors used for in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of polymorphism in c++?
Write about the scope resolution operator?
When does a name clash occur?
What do you mean by const correctness?
What are protected members in c++?
Can a class be static in c++?
What is a reference in C++?
What is the difference between new() and malloc()?
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 stoi in c++?
What is ios :: in in c++?
What is &x in c++?