what is an algorithm in terms of STL?
Answer / bayo
In STL algorithms provide a set of functions to modify,
interpret and analyze the data in container objects.
Iterators provide the connection between the
containers and the algorithms. The generic algorithms take
iterators as arguments to access data in container
objects. Since they work on iterators, they have
independence from the container type.
| Is This Answer Correct ? | 4 Yes | 0 No |
How Find, Replace and Go To commands ca be used to substitute one character string for another? Explain with the heIp of an example.
what's the difference between function overloading and function overiding?
How does an stl file work?
What is C++ could you enplane me please?
Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 Answers ABC, Sun Microsystems,
What is Constructor
Is stl open source?
Difference between Structure and Class in C++?
write a program to convert a decimal number in to its equivalent binary number?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is the disadvantage of templates ?
what is compiler?