Discussion :: Microprocessors
-
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
|
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment