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 |
Write on signed and unsigned integers and give three (3) examples each
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is polymorphism what is it for and how is it used?
What is abstract class in oop?
Why do we use inheritance?
what is SPL in c++.
Have you ever used threads?
Prepare me a program for the animation of train
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Differences between inline functions and non-inline functions?
What are different oops concepts?
what is the 3 types of system development life cycle