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 |
Is c++ pass by reference or value?
Define friend function.
give me an example for testing a program showing the test path .show how the test is important and complex.
What are the defining traits of an object-oriented language?
Write a struct time where integer m, h, s are its members?
How do you generate a random number in c++?
Is set c++?
What is this pointer in c++?
What is size_type?
How we can differentiate between a pre and post increment operators during overloading?
Can we use struct in c++?
Explain function overloading