Differentiate between an array and a list?
Answer / Dinesh Chandra Tripathi
An array is a contiguous block of memory of the same data type, while a list can contain different data types and elements are not necessarily contiguous. In C++, arrays have a fixed size, while lists can dynamically resize.
| Is This Answer Correct ? | 0 Yes | 0 No |
What parameter does the constructor to an ofstream object take?
How do c++ struct differs from the c++ class?
Difference between Constructors and static constructors?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What is setiosflags c++?
What is a .lib file in c++?
What is c++ vb?
What do you mean by delegate? Can a user retain delegates?
What is a multimap c++?
what are the characteristics of Class Members in C++?
What is a class template in c++?
How do I use turbo c++?