What is vector string in c++?



What is vector string in c++?..

Answer / Sunit Kumar

vector<string> in C++ is a dynamic array that can store a collection of strings. It allows for efficient storage, insertion, and deletion operations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is a constant? Explain with an example.

1 Answers  


Is atoi safe?

1 Answers  


write a program to insert an element into an array

26 Answers   TCS,


How is c++ different from java?

1 Answers  


How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


What is the full name of logo?

1 Answers  


What is a constructor in c++ with example?

1 Answers  


Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?

1 Answers  


What do manipulators do?

1 Answers  


What is size of a object of following class? class Foo { public: void foo(){} }

2 Answers   CA,


Write about the local class and mention its use?

1 Answers  


Explain storage qualifiers in c++.

1 Answers  


Categories