How do you clear a map in c++?


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

Post New Answer

More C++ General Interview Questions

How is data hiding achieved in c++?

0 Answers  


Can I make ios apps with c++?

0 Answers  


Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,


What is rtti in c++?

0 Answers  


What is input operator in c++?

0 Answers  






Explain function overloading

0 Answers  


differance between copy & clon

1 Answers   Microsoft,


What is a type library?

0 Answers  


What are pointer-to-members in C++? Give their syntax.

0 Answers   HAL,


Write about a nested class and mention its use?

0 Answers  


How do you traverse a btree in backward in-order?

0 Answers  


What is std :: endl?

0 Answers  


Categories