Answer Posted / nashiinformaticssolutions
• 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 the best c++ compiler?
Tell me difference between constant pointer and pointer to a constant.
Explain the virtual inheritance in c++.
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
What is this weird colon-member (" : ") syntax in the constructor?
Explain one-definition rule (odr).
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is pure virtual function?
How do you declare A pointer to a function which receives nothing and returns nothing
What does namespace mean in c++?
What are shallow and deep copy?
Explain the pure virtual functions?
Define the process of handling in case of destructor failure?
Tell me what are static member functions?