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

Is c++ a programming language?

0 Answers  


What is realloc() and free()? What is difference between them?

1 Answers  


Is c++ still in demand?

0 Answers  


Is the declaration of a class its interface or its implementation?

0 Answers  


What is the difference between new() and malloc()?

0 Answers  






What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

0 Answers  


write a program to add two numbers without using an arithmetic operator.

1 Answers   NIIT,


Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit

2 Answers  


How many pointers are required to reverse a link list?

5 Answers   CTS,


int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


What are namespaces in c++?

0 Answers  


Can a list of string be stored within a two dimensional array?

0 Answers  


Categories