Does c++ vector allocate memory?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Describe new operator?

0 Answers  


How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?

0 Answers  


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


What are the two main components of c++?

0 Answers  


write a program to insert an element into an array

26 Answers   TCS,






What operators can you overload in c++?

0 Answers  


How can we read/write Structures from/to data files?

0 Answers  


can output 5 students using one dimensional array

1 Answers   Intel,


What are friend classes?

0 Answers  


what is the emaning of '#include" "'?

5 Answers  


What is the exit function in c++?

0 Answers  


Define virtual constructor.

0 Answers  


Categories