Answer:
The correct option to the following question is my_array[2] = 45.
Step-by-step explanation:
Because the offset '8' which used for the subscript 8 divided by 4 which is 2.
So, that's why my_array[2] = 45 is the correct answer to the following question.
An array is the data type in the programming languages which stores the same type of data at a time whether it an integer type or string type.