adspace


Why should a c++ programmer be interested in stl?

Answer Posted / Dhananjay Singh

A C++ programmer should be interested in STL because it offers numerous benefits. It provides pre-built templates for data structures, making the code more concise and easier to read. It also includes efficient algorithms that can help solve complex problems quickly. Furthermore, using STL can make your code more portable across different platforms as you don't have to reinvent the wheel.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

sir please send me bpcl previous question papers

2479


draw a flowchart that accepts two numbers and checks if the first is divisible by the second.

3475