+ 4
What is array
?
14 ответов
+ 13
Arrays are a kind of data structure that can store a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type.
+ 3
It is sequential collection of same types of elements . And used to store the collection of data.
They are of mainly two types like 1D Array & 2D Array.
+ 3
It is collection of elements
+ 2
I'll give you clear and easy description for array.Array is a collection of data/we can say list also.(for example:it is like a serial number for tabular columns ) you can create a list and enter the data for the each number on the list
+ 1
An array is a bundle of related variables, structured sequentially.
+ 1
array is collections of similar data in a single data type.
0
Basic definition is a large group or number of things. A group of numbers, symbols, etc. For Example:
90 90 90 90
Is an array of bytes , or a group of bytes.
0
aary is a collection of homogenous data items. i mind . im not sure.
0
array is name of the memory location
0
array is name of the memory location
0
Thanx all of u
- 1
an array is a kind of virtual space that we use to store infomation in a blocks ... arrays types are
one deminension
two deminension
& N deminension
- 1
in c++, an array is a collection of variable of the same type and fixed size.
- 1
An array is a fixed size collection of similar objects . it is just like a library where we can find one complete line as a physics books, like may ve next only computers like that one line is one array