what is the use of a array in c
Answers were Sorted based on User's Feedback
An array is a collection of similar elements(data types).
These similar elements could be all ints, or all floats, or
all chars, etc.
In an array all elements must e of same types.
In simple language, Arrays are used to give 'one' variable
the power to hold 'more than 1' values.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sameer
to have a collection of similar dta types in one varible
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / saravanan j (srm universi
array concept is used to locate the memory allocation for
the variables
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / abeera amin
array are data structure in which identical data type are
stored.and have contiguous area of memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shruti
Array is a collection of homogeneous data-types..
| Is This Answer Correct ? | 0 Yes | 1 No |
How can you draw circles in C?
Is it possible to create recycle bin in mobiles?
How can I implement sets or arrays of bits?
int x=sizeof(!5.856); What will value of variable x?
What is the -> in c?
What are static variables, and where are they stored?
What is the difference between procedural and declarative language?
In C language, a variable name cannot contain?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
code for quick sort?
wt is d full form of c
write a program in C to swap two variables