Is c++ map a hash table?


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

Post New Answer

More C++ General Interview Questions

What are mutator methods in c++?

0 Answers  


Do we have private destructors?

12 Answers   Symphony, TCS,


Define a way other than using the keyword inline to make a function inline?

1 Answers  


the maximum length of a character constant can be a) 2 b) 1 c) 8

0 Answers  


How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?

0 Answers  






Is c++ high level programming language?

0 Answers  


Should the member functions which are made public in the base class be hidden?

0 Answers  


Define upcasting.

0 Answers  


How the compilers arranges the various sections in the executable image?

1 Answers  


What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same

3 Answers   CTS,


string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,


What kind of jobs can I get with c++?

0 Answers  


Categories