MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DATA STRUCTURES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
let nums = [2, 3, 5, 8, 9, 11];How would you access the fourth element in nums
A
nums[4]
B
nums[3]
C
nums(4)
D
nums(3)
Explanation: 
There is 1 question to complete.