What is the Maximum Size that an Array can hold?
Answer Posted / mousam sahu
array is a derived data type which is used to store
different data items of same data type and same purpose
with a common name
array gives static memory allocation it means
the size of array can not be changed during programe
execution .
array index always starts from zero andends at (n-1) if
the array size is n.
Is This Answer Correct ? | 3 Yes | 15 No |
Post New Answer View All Answers
Explain about Virtual Function in C++?
How can I learn c++ easily?
Differentiate between an array and a list?
Explain function overloading and operator overloading.
Name the debugging methods that are used to solve problems?
What is virtual methods?
What are advantages of using friend classes?
List the merits and demerits of declaring a nested class in C++?
When to use “const” reference arguments in a function?
What is the size of a vector?
Can we specify variable field width in a scanf() format string? If possible how?
Explain the term memory alignment?
What is a constant reference?
What does obj stand for?
What is ios :: in in c++?