What is the difference between map and hashmap in c++?


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

Post New Answer

More C++ General Interview Questions

In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

0 Answers  


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

0 Answers  


What is c++ used for in games?

0 Answers  


What are all predefined data types in c++?

0 Answers  


Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D

1 Answers  






What are references in c++? What is a local reference?

0 Answers  


Can we run c program in turbo c++?

0 Answers  


What are the conditions that have to be met for a condition to be an invariant of the class?

1 Answers  


Describe the process of creation and destruction of a derived class object?

0 Answers  


what is the use of templates?

3 Answers  


Why c++ is not a pure oop language?

0 Answers  


What is size of a object of following class? class Foo { public: void foo(){} }

2 Answers   CA,


Categories