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

Array is the collection of similar data types.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2887


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

1134


What is the purpose of void pointer?

1106


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

2976


What are the 5 elements of structure?

1134


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1757


Explain how can a program be made to print the name of a source file where an error occurs?

1252


define string ?

1173


how to build a exercise findig min number of e heap with list imlemented?

2127


What is the meaning of typedef struct in c?

1120


Why string is used in c?

1053


How can I make sure that my program is the only one accessing a file?

1352


What are the two forms of #include directive?

1224


What is the difference between single charater constant and string constant?

1139


In C, What is the #line used for?

2337