Examveda

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

D. None of the mentioned

Answer: Option C


Join The Discussion

Related Questions on Arrays, Hashes and Strings in Ruby