Answer Posted / saroj das ,
containers are objects that hold other object . there are
different type vector, dequeue,list, map etc...
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
What is meaning of in c++?
What is the best way to declare and define global variables?
Does dev c++ support c++ 11?
Write a program which employs Recursion
Is c++ the most powerful language?
In c++, what is the difference between method overloading and method overriding?
What is difference between c++ 11 and c++ 14?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
How many standards of c++ are there?
What is the use of string in c++?
Where the memory to the static variables is allocated?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
How to declare an array of pointers to integer?
Does a derived class inherit or doesn't inherit?
What is the difference between interpreters and compilers?