Answer Posted / hr@tgksolutions.com
• 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
What is a set in c++?
Is c++ still in demand?
Is it possible to provide special behavior for one instance of a template but not for other instances?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What is the history of c++?
What is encapsulation in c++ with example?
When you overload member functions, in what ways must they differ?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
How can you tell what shell you are running on unix system?
Define token in c++.
Write some differences between an external iterator and an internal iterator?
Explain deep copy?
Is c++ an integer?
What is conditions when using boolean operators?
Is ca high or low level language?