What is the Maximum Size that an Array can hold?

Answer Posted / rajat paliwal

Actually it depends on which mode you are programming.
if ur workin in normal c complier i.e. in dos (16 bit)
then maximum size for
char-> 65535
int ->65535/2=32767
float->32767/2=16382
..
however if you are working in 32 bit operating enviroment
like in VC++
then the maximum size for char = 2 raisec to power 32..
like that..

Is This Answer Correct ?    14 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is oop in c++?

804


What is microsoft c++ redistributable?

765


What is the cout in c++?

759


What are signs of manipulation?

803


Is there any difference between int [] a and int a [] in c++?

736






Is it possible to use a new for the reallocation of pointers ?

774


Why do we use constructor?

804


What is array give example?

765


What is the use of typedef?

815


How does atoi function work?

846


What does floor mean in c++?

773


What is the arrow operator in c++?

737


What are formatting flags in ios class?

802


Is vector a class in c++?

770


What are advantages of c++?

766