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 pointer & why it is used?
Combinations of fibanocci prime series
Differentiate between a for loop and a while loop? What are it uses?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Explain how do you convert strings to numbers in c?
please give me some tips for the placement in the TCS.
What does node * mean?
Explain two-dimensional array.
What is the difference between null pointer and wild pointer?
what is a constant pointer in C
What are the 5 types of organizational structures?
What is derived datatype in c?
What is the use of c language in real life?
Do you know what are the properties of union in c?