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 use of a array in c

Answer Posted / shruti

Array is a collection of homogeneous data-types..

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1791


What’s the special use of UNIONS?

1209


Difference between exit() and _exit() function?

1179


What is time null in c?

1113


Can we declare variables anywhere in c?

1057


Why doesnt the call scanf work?

1248


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

1053


Is that possible to store 32768 in an int data type variable?

1139


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

1153


What are the different data types in C?

1250


What is string constants?

1207


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

5506


Why static is used in c?

1149


What is pass by reference in functions?

914


What are the three constants used in c?

1045