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


Please Help Members By Posting Answers For Below Questions

Explain about Virtual Function in C++?

774


How can I learn c++ easily?

830


Differentiate between an array and a list?

924


Explain function overloading and operator overloading.

813


Name the debugging methods that are used to solve problems?

763


What is virtual methods?

876


What are advantages of using friend classes?

827


List the merits and demerits of declaring a nested class in C++?

787


When to use “const” reference arguments in a function?

797


What is the size of a vector?

799


Can we specify variable field width in a scanf() format string? If possible how?

891


Explain the term memory alignment?

903


What is a constant reference?

817


What does obj stand for?

836


What is ios :: in in c++?

820