Which one is true for writing array variable in Pascal?
A:
The general form of an array variable is an integer or a real variable name followed by subscripts enclosed within square brackets. The subscripts are separated by commas
B:
The general form of an array variable must be an integer name followed by subscripts enclosed within square brackets. The subscripts are separated by commas
C:
The subscripts in array variable must be separated by dots
D:
The subscripts must be enclosed within parenthesis
Discuss About this Question.