0 votes
by (1.1k points)
just 2 points each

1 Answer

0 votes
by (1.6k points)
selected by
 
Best answer

An array stores a fixed-size sequential collection of elements of the same type and is index-based whereas a vector is a sequential container to store elements and not index-based.

...