What is the standard template library (stl)?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• STL is a collection of templates for data structures (like vector, list), algorithms, and iterators.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
• STL is a collection of templates for data structures (like vector, list), algorithms, and iterators.
| Is This Answer Correct ? | 0 Yes | 0 No |
• STL is a collection of templates for data structures (like vector, list), algorithms, and iterators
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / Daya Shankar Dwivedi
The Standard Template Library (STL) in C++ includes various pre-built data structures, algorithms, and iterators that can be used for programming convenience.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between reference and pointer?
Why do we use pointers in c++?
Difference between pass by value and pass by reference?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Explain the use of this pointer?
Can you pass an array to a function in c++?
Are strings immutable in c++?
What is the use of seekg in c++?
Can you Mention some Application of C/C++?
What is the first name of c++?
Write about c++ storage classes?
explain the reference variable in c++?