Answer Posted / pavan kumar
Sequence Containers
- deque
- list
- vector
Associative Containers
- map (multimap)
- set (multiset)
Container Adapters
- priority_queue
- queue
- stack
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
What is std :: flush?
What is the size of integer variable?
Explain storage qualifiers in c++.
Is there any difference between int [] a and int a [] in c++?
What is the output of the following program? Why?
What is the purpose of ios::basefield in the following statement?
What are stacks?
Explain what is class definition in c++ ?
Is python written in c or c++?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
Which is better turbo c++ or dev c++?
When do we run a shell in the unix system? How will you tell which shell you are running?
Explain this pointer?
Is string data type in c++?
Is there finally in c++?