Respuesta :

There are two different kinds of arrays in C/C++: those that are known at compile time and produced at runtime. totally accurate.

What two types of  array ?

An array is a collection of memory locations, or "boxes," each of which contains a single piece of data and which has the same identifier. An array must contain only elements of the same data type.

An array is a grouping of elements with a set number of components, each of which is of the same data type. A one-dimensional array is one in which the elements are organized in lists. A multi-dimensional array is one where the elements are arranged in a table-like format (not covered)

The ordinal position is used as the array index in an ordinary array type, which has a set upper limit on the number of elements it can contain. There is no set maximum for the number of elements in an associative array type, and each element has a corresponding index value.

To learn more about array refer to :

https://brainly.com/question/20673901

#SPJ4

ACCESS MORE