What is the Standard Template Library?
Answer / nimish singh
A library of container templates approved by the ANSI committee for inclusion in the standard C++ specification.
A programmer who then launches into a discussion of the generic programming model, iterators, allocators, algorithms, and such, has a higher than average understanding of the new technology that STL brings to C++ programming.
| Is This Answer Correct ? | 0 Yes | 0 No |
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
Define whitespace in C++.
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What are the advantages and disadvantages of using inline and const?
2 Answers Polaris, TCS, Zimmer Biomet,
How to write Multithreaded applications using C++?
2 Answers Honeywell, TCS, Wipro,
Why is null pointer used?
Comment on c++ standard exceptions?
What is the basic structure of c++ program?
Why is main an int?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
Does there exist any other function which can be used to convert an integer or a float to a string?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.