Discussion :: Microprocessors
-
Consider the following statements about an array in Pascal
- An array has a fixed predetermined number of components.
- Any component of an array can be accessed using an index.
- An array variable name refers to a group of quantities by a single name.
- When array variables are used an appropriate declaration is required.
Answer : Option A
Explanation :
All are true.
Be The First To Comment