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
write a program to create a sparse matrix using dynamic memory allocation.
What is identifier in c?
What is void main () in c?
What is extern c used for?
What are the key features in c programming language?
Define Array of pointers.
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What is the main difference between calloc () and malloc ()?
What is the code for 3 questions and answer check in VisualBasic.Net?
what is the basis for selection of arrays or pointers as data structure in a program
formula to convert 2500mmh2o into m3/hr
How pointer is different from array?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is linear search?
Explain why C language is procedural?