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

In short we can say that
Array is a single variable in
which multiple values of
same type can be stored.
Elements of Array share
single name.
Eg: int a[2];
here a is a variable in which
two elements of type int are
stored.

http://
studytipsandtricks.blogspot.in

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Simplify the program segment if X = B then C ← true else C ← false

3063


where are auto variables stored? What are the characteristics of an auto variable?

1101


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

1296


Why does everyone say not to use gets?

1197


What is a memory leak? How to avoid it?

1421


What is structure in c language?

1237


What are the functions to open and close the file in c language?

1083


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

1304


What will the preprocessor do for a program?

1116


What does int main () mean?

1076


List the difference between a While & Do While loops?

1147


The file stdio.h, what does it contain?

1212


Write a code on reverse string and its complexity.

1088


Write a program to swap two numbers without using third variable?

1347


What does static variable mean in c?

1139