Q40
What is the output of the given code? string_array = ["a","e","i","o","u"] print string_array[3]
A.
["a","e","i","o","u"].
B.
Error
C.
o
AnswerD.
None of the mentioned
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board