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
What are static variables in c?
What does main () mean in c?
How do I copy files?
What does %p mean?
What is string in c language?
Explain #pragma statements.
How to get string length of given string in c?
Explain what is a pragma?
What is .obj file in c?
Explain how can you check to see whether a symbol is defined?
Can math operations be performed on a void pointer?
What type is sizeof?
What does sizeof function do?
How can you find the exact size of a data type in c?
What is use of integral promotions in c?