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 is a standard template library (stl)? What are the various types of stl containers?
Explain when u will use Observer pattern and how u will implement in c++ .
What are the symptoms of stl?
Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"
What is the Difference between CArray and CList?
1 Answers ProdEx Technologies, Siemens,
In what scenario does the Logical file and Physical file being used?
Define the terms: field, record, table and database
Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }
WHAT IS FIBONACCI SERIES?
What is 2*2?
wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value