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 / sankalp bose

For arrays allocated on the stack, it depends upon the
maximum stack size. For example, for gcc, it is normally 64K
but may be something else. For arrays allocated dynamically
or arrays defined in global/static scope, this number is
different and depends upon the maximum heap area size and
the maximum data segment size respectively. The getrlimit
system call can be used to get all these values.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of ::(scope resolution operator)?

1123


Where and why do I have to put the "template" and "typename" keywords?

1097


What is the difference between the compiler and the preprocessor?

1167


Why c++ is the best language?

1115


What's the most powerful programming language?

1094


What is enum c++?

1332


Can I uninstall microsoft c++ redistributable?

1185


Write a Program to find the largest of 4 no using macros.

1139


Which is the best c++ compiler for beginners?

1156


What is flush () in c++?

1122


What are advantages of c++?

1056


Program to check whether a word is a sub-string or not of a string typed

2085


What is the purpose of template?

1167


What is the difference between while and do while loop?

1202


What language does google use?

1237