Answer Posted / glibwaresoftsolutions
• STL is a collection of templates for data structures (like vector, list), algorithms, and iterators.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How are Structure passing and returning implemented by the compiler?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
Differentiate between a constructor and a method in C++.
What is a volatile variable in c++?
What is ctime c++?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is the difference between containment and delegation?
Who was the creator of c++?
Which function cannot be overloaded c++?
What are stacks?
Is there any function that can skip certain number of characters present in the input stream?
What is object oriented programming (oop)?
What will happen if a pointer is deleted twice?
What is the use of main function in c++?
What is an iterator?