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 / mousam sahu

array is a derived data type which is used to store
different data items of same data type and same purpose
with a common name
array gives static memory allocation it means
the size of array can not be changed during programe
execution .
array index always starts from zero andends at (n-1) if
the array size is n.

Is This Answer Correct ?    3 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can union be self referenced?

1215


What is copy constructor? Can we make copy constructor private in c++?

1126


What is the use of "new" operator?

1180


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

2367


What are the advantages of using typedef in a program?

1182


What is null pointer and void pointer?

1122


Do you know the problem with overriding functions?

1170


Why is swift so fast?

1176


Define friend function.

1110


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

1108


Can malloc be used in c++?

1130


What is c++ similar to?

1251


What are dynamic type checking?

1095


Why struct is used in c++?

1172


Why do we use templates?

1111