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

How is data security provided in Object Oriented languages? ?

5 Answers  


What is and I oop mean?

0 Answers  


What are different oops concepts?

0 Answers  


write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).

0 Answers  


Prepare me a program for the animation of train

0 Answers  






what is overloading and overriding?

7 Answers  


What does and I oop mean in text?

0 Answers  


what is difference between c++ language and java language

5 Answers  


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

0 Answers  


What is the difference between static polymorphism and dynamic polymorphism?

0 Answers  


How do you use inheritance in unity?

0 Answers  


What do you mean by inheritance?

0 Answers   IBS,


Categories