What are the types of STL containers?

Answer Posted / satheeshkumar

all the answer correct

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What would happen on forgetting [], while deallocating an array through new?

631


What is malloc in c++?

555


How the keyword struct is different from the keyword class in c++?

578


If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?

546


What is the latest version on c++?

679






What are inline functions? What is the syntax for defining an inline function?

577


What is object oriented programming (oop)?

619


By using c++ with an example describe linked list?

598


What are the methods of exporting a function from a dll?

646


How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?

612


What is the difference between a type-specific template friend class and a general template friend class?

552


How to get the current position of the file pointer?

550


Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.

1714


Explain terminate() function?

587


Write a program which employs Recursion

724