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

What is ofstream c++?

1154


What is a hashmap c++?

1161


Do you need a main function in c++?

1169


How do c++ struct differs from the c++ class?

1264


program explaining feautures of c++

2497


What is null pointer and void pointer and what is their use?

1155


What does obj stand for?

1256


which operator is used for performing an exponential operation a) > b) ^ c) none

1113


Can non graphic characters be used and processed in C++?

1248


What is abstraction in c++ with example?

1213


What is c++ flowchart?

1462


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

2881


When one must use recursion function? Mention what happens when recursion functions are declared inline?

1240


What are references in c++? What is a local reference?

1110


Why are arrays usually processed with for loop?

1289