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 do you differentiate between overloading the prefix and postfix increments?
How many types of comments are there in c++?
What is #include c++?
Can circle be called an ellipse?
Will a catch statement catch a derived exception if it is looking for the base class?
What are multiple inheritances (virtual inheritance)?
the maximum length of a character constant can be a) 2 b) 1 c) 8
How would you find out if a linked-list is a cycle or not?
If a header file is included twice by mistake in the program, will it give any error?
Evaulate: 22%5 a) 2 b) 4 c) 0
What is null c++?
why is iostream::eof inside a loop condition considered wrong?
Describe private, protected and public – the differences and give examples.
Are strings immutable in c++?
What are the uses of static class data?