1.

Explain Stl, Standard Template Library?

Answer»

STL contains classes, algorithms, and iterators. It contains SET of READY to use C++ classes that can be used with built in type and user defined OPERATIONS. STL uses templates to achieve the RESULTS.

STL contains classes, algorithms, and iterators. It contains set of ready to use C++ classes that can be used with built in type and user defined operations. STL uses templates to achieve the results.



Discussion

No Comment Found