Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Identify the correct combination for the following data

  Shared By: James Evans    Date: Jan 28    Category: C++ Programming    Views: 798

Answer:

I. Associative container : A. Random
II. Derived container : B. multiset
III. Sequence container : C. priority_queue
IV. STL iterator : D. deque

Options

a) I-D, II-A, III-C, IV-B
b) I-D, II-C, III-A, IV-B
c) I-B, II-D, III-C, IV-A
d) I-B, II-C, III-D, IV-A

Answer : d) I-B, II-C, III-D, IV-A

Share: 
 

Didn't find what you were looking for? Find more on Identify the correct combination for the following data Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: