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

What is the main use of c++?

545


What can I use instead of namespace std?

636


What is stoi in c++?

692


What is extern c++?

515


Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..

3354






What is late binding c++?

536


Explain abstraction.

612


Explain about Virtual Function in C++?

603


How is objective c different from c++?

786


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

1576


Explain container class.

681


What language is a dll written in?

540


explain the reference variable in c++?

566


Is java made in c++?

577


Which is best c++ or java?

604