Vidyalelo
Data Structure · Q173

Arrays in Data Structures

Programming · Data Structure · question 173

Q173

What will be the minimum number of jumps required to reach the end of the array arr[] = 1,3,6,3,6,8,5?

A.
1
B.
2
C.
3
Answer
D.
not possible to reach the end

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board