give the defination of array and write how to declare it?
Answers
Answered by
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
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