Is c++ map a hash table?
No Answer is Posted For this Question
Be the First to Post Answer
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
What is "mutable" keyword?
What is function overloading c++?
Is c++ a good first language to learn?
What is c++ redistributable?
What do you mean by translation unit in c++?
How does java differ from c and c++?
how to explain our contribution in the project?
How many lines of code you have written for a single program?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What is abstract class in c++?
How one would use switch in a program?