Are vectors faster than arrays?


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

Post New Answer

More C++ General Interview Questions

What are the benefits of pointers?

0 Answers  


Is c++ still being used?

0 Answers  


What is the need of a destructor? Explain with the help of an example.

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 Answers  


What is the latest c++ standard?

0 Answers  


write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num

0 Answers   Care,


What is the benefit of encapsulation?

0 Answers  


C is to C++ as 1 is to a) What the heck b) 2 c) 10

0 Answers  


To what does “event-driven” refer?

0 Answers  


what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?

0 Answers  


What are the differences between new and malloc?

0 Answers  


In which memory a class gets stored(in heap /in stack)? And why??

2 Answers  


Categories