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

Answer Posted / abir maiti

An array is a linear data structure of homogeneous elements.
Homogeneous means, every element will be of same data type,
may of int type or of float type or of char type. Any array
will be stored in consecutive memory locations. Array
elements are accessed using index starting from 0. Array can
be one or multidimensional.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are static variables in c?

1130


What does main () mean in c?

1146


How do I copy files?

1106


What does %p mean?

1154


What is string in c language?

1246


Explain #pragma statements.

1100


How to get string length of given string in c?

1121


Explain what is a pragma?

1090


What is .obj file in c?

1132


Explain how can you check to see whether a symbol is defined?

1249


Can math operations be performed on a void pointer?

1102


What type is sizeof?

1086


What does sizeof function do?

1254


How can you find the exact size of a data type in c?

1044


What is use of integral promotions in c?

1207