top button
Flag Notify
Site Registration

What is and why the reason we used array in c programming?

+3 votes
387 views

Explain with Example.....

posted May 26, 2015 by Mohammed Hussain

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Array is a set of elements of same type which can be basic data types or user defined data type.
When a programmer needs to store multiple information of same types with known limitation (in term of no. of items), he/she prefers array. It is faster than linked list .

answer May 26, 2015 by Harshita
I dont want need simple definition, i need clear explanation with example Harshita...
Nice ya array is a collection of data of similar types referred by a common name... It is used to store variables of same type..
...