What is the standard template library (stl)?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

When is dynamic checking necessary?

0 Answers  


What is a c++ vector?

0 Answers  


What is ios in c++?

0 Answers  


Search for: what is pair in c++?

0 Answers  


If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?

2 Answers   Persistent,






Is it possible to provide default values while overloading a binary operator?

0 Answers  


What is function prototyping? What are its advantages?

0 Answers  


Are vectors faster than arrays?

0 Answers  


Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300”,”BullCart : 10”) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side

0 Answers   Telecom,


What is the difference between public, private, protected inheritance?

12 Answers   Wipro,


In what situations do you have to use initialization list rather than assignment in constructors?

0 Answers  


what is the order of initialization for data?

10 Answers   Amazon, TCS, Wipro,


Categories