What's the full form of STL?
Answers were Sorted based on User's Feedback
Answer / prangya mohapatra
STL:-(Standard Template Library) are a set of C++ template
classes to provide common programming data structures and
functions such as doubly linked lists (list), paired arrays
(map), expandable arrays (vector), large string storage and
manipulation (rope), etc.
| Is This Answer Correct ? | 34 Yes | 3 No |
Contrast OOP and SOA. What are tenets of each?
1 Answers Siebel Systems, Wipro,
Write a program to sort the number with different sorts in one program ??
What is DeadlyDiamondDeathProblem ?
What are the fields of vtable
What are virtual functions?
how to find the largest of given numbers in an array
How Do you Code Composition and Aggregation in C++ ?
what is single inheritance?
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
What is an orthogonal base class?
what is main difference between object oriented object base
What is abstraction with example?