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

Dude in C memory management we have for segments namely
data code heap and stack. any local variable resides in
stack. Hence array should be less than size of stack. Please
refer memory models in C to find stack size. similar is true
for global array. That will reside in data segment.

Is This Answer Correct ?    4 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to provide special behavior for one instance of a template but not for other instances?

1058


Write a program to interchange 2 variables without using the third one.

1004


What is function overloading c++?

1021


Can you please explain the difference between overloading and overriding?

1026


What are iterators in c++?

963


If a function doesn’t return a value, how do you declare the function?

1004


What is array in c++ example?

1063


What is :: operator in c++?

987


Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

1090


How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?

937


Do inline functions improve performance?

1014


an integer constant must have atleast one a) character b) digit c) decimal point

980


Explain one-definition rule (odr).

1066


Can we distribute function templates and class templates in object libraries?

1019


What is a c++ class?

1045