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 / reejusri

Maximum size has nothing to do with only the stack area,
but the area where the array is allocated from. The OP did
not say whether the array was created from dynamic memory
(a.k.a the heap), block or local memory (a.k.a. the stack),
or where automatic variables are declared.

The amount of memory available depends on:
1. The total memory on the platform.
2. The amount of memory allocated to the program.
3. The compiler's settings.

Is This Answer Correct ?    17 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the full name of logo?

1167


What is the difference between an array and a list?

1086


Name the implicit member functions of a class.

1120


Is there any function that can skip certain number of characters present in the input stream?

1126


What is the use of "new" operator?

1180


What is DlgProc?

1078


In what situations do you have to use initialization list rather than assignment in constructors?

1105


What is binary object model?

1095


What can I use instead of namespace std?

1201


What are the benefits of operator overloading?

1271


How many different levels of pointers are there?

1277


Explain unexpected() function?

1162


What is algorithm in c++ programming?

1187


What is c++ best used for?

1101


What is struct c++?

1051