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 an array

Answer Posted / saranya

array is a collection of homogeneous data that shares a
common name and stored in a sequence of memory.

Syntax:

<data_type> <variable_name>[<dimension_size>];


ex:

int arr[5];

Where,
int is an integer datatype,
arr[5] is a variable name with size 5.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is boyce codd normal form in c++?

1212


What should main() return in c and c++?

1072


What is an operator function? Describe the function of an operator function?

1234


What things would you remember while making an interface?

1054


What are namespaces in c++?

1138


How do you clear a buffer in c++?

1006


Write a code/algo to find the frequency of each element in an array?

1161


Define copy constructor.

1178


Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].

1497


Can you please explain the difference between static and dynamic binding of functions?

1070


What is the difference between while and do while loop?

1202


What is rtti in c++?

1182


Differentiate between a constructor and a destructor in c++.

1052


How can a called function determine the number of arguments that have been passed to it?

1192


Differentiate between declaration and definition.

1103