Explain about vectors in c ++?


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

Post New Answer

More C++ General Interview Questions

What do you mean by internal linking and external linking in c++?

1 Answers  


Is c++ built on c?

0 Answers  


How to detect memory leaks in c++

1 Answers   Mphasis,


What is lambda expression c++?

0 Answers  


Is c++ an oop?

0 Answers  






Can you write a function similar to printf()?

0 Answers  


In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.

5 Answers   GE,


What is double in c++?

0 Answers  


Does a derived class inherit or doesn't inherit?

0 Answers  


What is the difference between static global and global ?

2 Answers   CA,


Differentiate between a pointer and a reference with respect to c++.

0 Answers  


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

0 Answers  


Categories