Computer Science, asked by horshamati, 5 months ago

the syntax of single dimensional array which hold 20 integer.​

Answers

Answered by vivekbt42kvboy
2

Explanation:

Rules For Declaring One Dimensional Array

An array variable must be declared before being used in a program.

The declaration must have a data type(int, float, char, double, etc.), variable name, and subscript.

The subscript represents the size of the array. ...

An array index always starts from 0.

Similar questions