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

array is a collection of variables with similar data type;
syntax: data type array name[size];
example: int a[5];

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When do we get logical errors?

1172


How macro execution is faster than function ?

1247


how can use subset in c program and give more example

2047


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

2401


Explain what is the benefit of using an enum rather than a #define constant?

1274


What is the time and space complexities of merge sort and when is it preferred over quick sort?

1133


Is it acceptable to declare/define a variable in a c header?

1178


what do the 'c' and 'v' in argc and argv stand for?

1219


What is data types?

1138


Which node is more powerful and can handle local information processing or graphics processing?

1370


differentiate built-in functions and user – defined functions.

1148


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

1117


What are type modifiers in c?

1096


What is the scope of global variable in c?

1035


How do I create a directory? How do I remove a directory (and its contents)?

1222