What is the standard template library (stl)?


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

Post New Answer

More C++ General Interview Questions

To what does “event-driven” refer?

0 Answers  


What is a multimap c++?

0 Answers  


Explain the advantages of using friend classes.

0 Answers  


What are the various oops concepts in c++?

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 == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.

1 Answers  






what do you mean by volatile variable?

0 Answers  


How does work in c++?

0 Answers  


Why use of template is better than a base class?

0 Answers  


Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.

0 Answers  


What is private, public and protected inheritance?

0 Answers  


How to create a pure virtual function?

1 Answers  


What is a modifier in c++?

0 Answers  


Categories