Computer Science, asked by koksingh078, 5 months ago

name the function which is used to total the data arranged in an array​

Answers

Answered by Anonymous
0

Answer:

Explanation:

The ARRAY data type is a composite data value that consists of zero or more elements of a specified data type (known as the element type).

Answered by Kanagaraju
2

In computer science, an array type is a data type that represents a collection of elements (values or variables), each selected by one or more indices (identifying keys) that can be computed at run time during program execution. Such a collection is usually called an array variable, array value, or simply array.

Similar questions