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?
Who created stl?
Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 Answers ABC, Sun Microsystems,
sir please send me bpcl previous question papers
0 Answers BPCL Bharat Petroleum,
What do you mean by stl?
what are you now programming Languages C+
How can you create a bulleted list, numbered list and an outline by using bullets and numbering command. Explain with the help of example.
Who wrote stl?
What does stl mean in slang?
Define the terms: field, record, table and database
write a piece of c++ code which allocate memory to the 50 object of type CObj
Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");