Answer:
The answer is "Option (i)".
Explanation:
- In the given question, an array is defined. It is a collection of the same type of data element, which means, array stores either a numeric value or string value at a time.
- An array beta is defined, which contains 50 elements. The array elements indexing always starts with 0 which means, the first element of the array will be stored in an index value that is 0. That's why option (i) is correct.