What's the full form of STL?

Answers were Sorted based on User's Feedback



What's the full form of STL?..

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

What's the full form of STL?..

Answer / i.sobanapriya

STANDARD TEMPLATE LIBRARY

Is This Answer Correct ?    7 Yes 3 No

Post New Answer

More OOPS Interview Questions

Write A Program using Single and Multiple Inheritance.

1 Answers  


What is abstrac class?where is it use?

2 Answers  


Why do we use class in oops?

0 Answers  


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

0 Answers  


What do you mean by inline function?

6 Answers  






class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

0 Answers  


What is stream in oop?

0 Answers  


What is oops and its features?

0 Answers  


What is class and example?

0 Answers  


What is the real time example of encapsulation?

0 Answers  


what is difference between c++ language and java language

5 Answers  


What is for loop and its syntax?

0 Answers  


Categories