what is array?

Answer Posted / abir maiti

An array is a linear data structure of homogeneous elements.
Homogeneous means, every element will be of same data type,
may of int type or of float type or of char type. Any array
will be stored in consecutive memory locations. Array
elements are accessed using index starting from 0. Array can
be one or multidimensional.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is pointer initialized in c?

583


What is void main ()?

608


Are global variables static in c?

674


If fflush wont work, what can I use to flush input?

612


Why c language?

643






Can you explain the four storage classes in C?

642


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1627


What is preprocessor with example?

579


how we can make 3d venturing graphics on outer interface

4000


If errno contains a nonzero number, is there an error?

798


What is a stream in c programming?

589


Explain how can I pad a string to a known length?

651


What is dynamic dispatch in c++?

554


What is break in c?

585


What is the difference between procedural and declarative language?

646