Q. What will be the output of the following?
array = [100, 200, 300, 400, 500]
print array[5]
array = [100, 200, 300, 400, 500]
print array[5]
β
Correct Answer: (C)
Nil
You must be Logged in to update hint/solution