What is difference between array and vector in c++?


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

Post New Answer

More C++ General Interview Questions

why v use c++ even we have microprocessor

2 Answers   CybAge,


What is the difference between reference and pointer?

0 Answers  


What compiler was used?

6 Answers   Intel,


Can a new be used in place of old mallocq? If yes, why?

0 Answers  


Can we use pointers in c++?

0 Answers  






How much is size of struct having 1 char & 1 integer?

11 Answers   Persistent,


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

0 Answers  


Which bitwise operator is used to check whether a particular bit is on or off?

0 Answers  


What is the difference between a pointer and a link in c ++?

0 Answers  


Explain the differences between private, public and protected and give examples.

0 Answers  


Can we distribute function templates and class templates in object libraries?

0 Answers  


Is c++ vector a linked list?

0 Answers  


Categories