what is array?

Answer Posted / anoop.a.jawalkar

An Array is a fixed-size sequenced of elements of the same
data type. It is simply a grouping of like-type data. In
its simplest form, an array can be used to represent a list
of number, or a list of names.
Some useful eg:.
* List of temperatures recorded every hour in a day,or a
month, or a year.
* list of employees in an organization.
* List of products and their cost sold by a store.......

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate call by value and call by reference?

562


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2449


What is a pointer in c?

677


What is the use of getch ()?

629


How can I sort more data than will fit in memory?

622






In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

763


What is use of null pointer in c?

563


Can true be a variable name in c?

555


What is the data segment that is followed by c?

604


How old is c programming language?

571


What is graph in c?

583


What are the two types of functions in c?

562


Why structure is used in c?

585


How will you delete a node in DLL?

677


What is the difference between union and structure in c?

569