Math, asked by vermanushka7487, 3 months ago

What are the main features of arrays??


Hello koi humse baat hi nahi krta:(​


archanamane7764: are bolo
vermanushka7487: kya
archanamane7764: kuch nhi
archanamane7764: were you are leave

Answers

Answered by nishathakur5755
2

Answer:

Properties/characteristics of an Array

An array is a derived data type, which is defined using basic data types like int, char, float and even structures (which is called the array of structures).

Array elements are stored in contiguous memory blocks/subsequent memory blocks in primary memory.

Array name represents its base address.

Step-by-step explanation:

pls mark me as brainlist

Answered by rishikasingh221713
1

Answer:

Arrays commonly have the following features:

An element type. All elements of an array are of the same type.

An index range. Elements of an array are accessed using an index value. ...

A length. The length of the array is the number of elements in the array.

Similar questions