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


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

Post New Answer

More C++ General Interview Questions

What are friend functions in C++?

0 Answers   BlackRock,


What is searching?

0 Answers  


What is the use of default constructor?

0 Answers  


What is the difference between the parameter to a template and the parameter to a function?

0 Answers  


How a new element can be added or pushed in a stack?

0 Answers  






How do you decide which integer type to use?

0 Answers  


Define a constructor - what it is and how it might be called (2 methods)?

0 Answers  


How to access a variable of the structure?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. x =+ 7;

2 Answers  


Why do we use classes in programming?

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


Check for Balanced Parentheses using Stack?

1 Answers  


Categories