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 |
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What are disadvantages of pointers?
How important is c++?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is the benefit of learning c++?
Why c++ is called oop?
What is the difference between a declaration and a definition?
What is a manipulator in c++?
can output 5 students using one dimensional array
What are containers in c++?
Specify different types of decision control statements?
Carry out conversion of one object of user-defined type to another?