What is a multiset c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is a friend function in c++?

0 Answers  


What is exception handling? Does c++ support exception handling?

0 Answers  


class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4

4 Answers   Quark,


What is a node class in c++?

0 Answers  


Explain the auto storage classes in c++.

0 Answers  






What is format for defining a structure?

0 Answers  


Is it possible for the objects to read and write themselves?

0 Answers  


how to find the maximum of 10 numbers ?

5 Answers  


Explain the purpose of the keyword volatile.

0 Answers  


What is a set in c++?

0 Answers  


What do you know about near, far and huge pointer?

0 Answers  


When we use Abstract Class and when we use Interface?where we will implement in real time?

0 Answers  


Categories