Computer Science, asked by voledey198, 13 hours ago

give the defination of array and write how to declare it?​

Answers

Answered by s8b1548chansi6435
1

Answer:

Syntax

The first form defines an array variable. The constant-expression argument within the brackets specifies the number of elements in the array. ...

The second form declares a variable that has been defined elsewhere. It omits the constant-expression argument in brackets, but not the brackets.

Answered by mtarique78
0

Answer:

Syntax

The first form defines an array variable. The constant-expression argument within the brackets specifies the number of elements in the array. ...

The second form declares a variable that has been defined elsewhere. It omits the constant-expression argument in brackets, but not the brackets.

Similar questions