What do you mean by stl?
Answer / sakshyam ghimire
The Standard Template Library (STL) is a set of C++ template classes to provide common programming data structures and functions such as lists, stacks, arrays, etc.
Is This Answer Correct ? | 0 Yes | 0 No |
what's the difference between function overloading and function overiding?
What are the components of stl?
Describe the elements of Microsoft Word screen. Write down steps for creating, saving, retrieving, editing and printing a document.
how to overload << and >> operator in c++
write a piece of c++ code which allocate memory to the 50 object of type CObj
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?
write a program that input four digit number and find how many 7 that number contains
What are the different types of stl containers?
Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
give me the defination of inheritance?
what is the difference between thread and process
WHAT IS FIBONACCI SERIES?