Answer Posted / sunandan
1) In data storage, an array is a method for storing
information on multiple devices. 2) In general, an array is
a number of items arranged in some specified way - for
example, in a list or in a three-dimensional table.
3) In computer programming languages, an array is a group of
objects with the same attributes that can be addressed
individually, using such techniques as subscripting.
4) In random access memory (RAM), an array is the
arrangement of memory cells.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of header?
How reliable are floating-point comparisons?
Explain 'bit masking'?
Explain the meaning of keyword 'extern' in a function declaration.
Can a variable be both static and volatile in c?
Explain how can I make sure that my program is the only one accessing a file?
In c language can we compile a program without main() function?
Is it acceptable to declare/define a variable in a c header?
What is the collection of communication lines and routers called?
Can stdout be forced to print somewhere other than the screen?
What the advantages of using Unions?
difference between object file and executable file
When should we use pointers in a c program?
What is a pointer in c?
What is dynamic memory allocation?