What is vector pair in c++?


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

Post New Answer

More C++ General Interview Questions

How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


What is virtual destructors? Why they are used?

1 Answers  


The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance

4 Answers   Quark,


Do you know what is overriding?

0 Answers  


How is computer programming useful in real life?

0 Answers  






How is objective c different from c++?

0 Answers  


What are Virtual Functions? How to implement virtual functions in "C" ?

3 Answers  


Explain the purpose of the keyword volatile.

0 Answers  


Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

0 Answers  


Can you explicitly call a destructor on a local variable?

0 Answers  


if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3

3 Answers  


Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.

0 Answers   Nucleus, TCS,


Categories