Here's a little bit about who I am posting ARRAY.
ARRAY is a data structure that contains the data type that has the same type. An array is a group of memory-related. Array has the same name and type. To refer to a particular location or element in the array, the array name and the position number of elements in the array.
For the declaration of ARRAY specified dg type of each element and the number of items required by each array so that the co mputer to prepare a number of memory.
For the declaration of ARRAY specified dg type of each element and the number of items required by each array so that the co mputer to prepare a number of memory.
Declaration ARRAY:
algorithmic language C + +
c: array [1 ... 5] of integer int c [5]
Telling the computer to provide a 5 element integer array c. Arrays can be declared to contain the other data types. For example, an array of type char is used to store string interchangeable characters.
algorithmic language C + +
c: array [1 ... 5] of integer int c [5]
Telling the computer to provide a 5 element integer array c. Arrays can be declared to contain the other data types. For example, an array of type char is used to store string interchangeable characters.
0 comments:
Post a Comment