Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the Difference between "vector" and "array"?

Answer Posted / namitha

Vectors are a kind of sequence containers. As such, their
elements are ordered following a strict linear sequence.

Vector containers are implemented as dynamic arrays; Just as
regular arrays, vector containers have their elements stored
in contiguous storage locations, which means that their
elements can be accessed not only using iterators but also
using offsets on regular pointers to elements.


Arrays is a sequence of similar data type.

Is This Answer Correct ?    11 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by delegate? Can a user retain delegates?

995


What are the extraction and insertion operators in c++? Explain with examples.

1258


What is c++ virtual inheritance?

1190


What sorting algorithm does c++ use?

1195


What is the standard template library (stl)?

1910


What is istream c++?

1260


How the programmer of a class should decide whether to declare member function or a friend function?

1181


If all is successful, what should main return a) 0 b) 1 c) void

1072


Is arr and &arr are same expression for an array?

1099


How to declaring variables in c++?

1208


Differentiate between a copy constructor and an overloaded assignment operator.

1138


Define pre-condition and post-condition to a member function in c++?

1196


Explain how a pointer to function can be declared in C++?

1106


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create

2674


Can I make ios apps with c++?

1097