What is c++ map?


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

Post New Answer

More C++ General Interview Questions

What is a c++ class?

0 Answers  


What are literals in C++?

0 Answers   Wipro,


What are pointer-to-members? Explain.

0 Answers   iNautix,


Can we change the basic meaning of an operator in c++?

0 Answers  


please help to write the code of chess game in c++??????????

1 Answers   NEC,






What is meant by const_cast?

0 Answers  


What is an opaque pointer?

1 Answers  


What is the benefit of encapsulation?

0 Answers  


how can u create a doubly linked list with out using pointers?

2 Answers  


What is "mutable" keyword?

2 Answers   Infosys, Teradata,


How java is different from c and c++?

0 Answers  


Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


Categories