Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Which operator cannot be overloaded c++?

978


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

1025


What is the best way to take screenshots of a window with c++ in windows?

1011


If you don’t declare a return value, what type of return value is assumed?

900


Which programming language is best to learn first?

1016


List the special characteristics of constructor.

1136


What is a flag in c++?

1015


Explain the concept of copy constructor?

990


Is main a class in c++?

966


write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;

1833


What are abstract data types in c++?

942


What is the best c++ compiler?

1080


Define the process of handling in case of destructor failure?

1011


What is the role of copy constructor in copying of thrown objects?

1018


What is a syntax in c++?

1121