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

Explain one method to process an entire string as one unit?

1661


What's the most powerful programming language?

1094


Is it possible to write a c++ template to check for a function's existence?

1075


Who discovered c++?

1099


What is difference between c++ and c ++ 14?

1111


Can we overload operator in c++?

1089


Is vector a class in c++?

1098


What is the purpose of template?

1169


Where do I find the current c or c++ standard documents?

1134


Explain how would you handle a situation where you cannot call the destructor of a local explicitly?

1018


Explain the static member function.

1226


What is virtual destructor ans explain its use?

1170


give me an example for testing a program showing the test path .show how the test is important and complex.

2994


What are the effects after calling the delete this operator ?

1107


What is a constant? Explain with an example.

1080