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

List different attributes in C++?

0 Answers   Ericsson,


what is Member Functions in Classes?

0 Answers  


What should main() return in c and c++?

0 Answers  


Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.

0 Answers   Maxobiz,


What is iterator in c++?

0 Answers  






If all is successful, what should main return a) 0 b) 1 c) void

0 Answers  


Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

0 Answers  


What is an iterator class in c++?

0 Answers  


Define inline function

1 Answers  


What is a volatile variable in c++?

0 Answers  


What flag means?

0 Answers  


What is std :: flush?

0 Answers  


Categories