What is the value of the ((Start → Next) → Next) → Info in the given list?
2021
What is the value of the ((Start → Next) → Next) → Info in the given list?

- A.
125
- B.
140
- C.
128
- D.
130
Attempted by 676 students.
Show answer & explanation
Correct answer: C
To find the value of ((Start → Next) → Next) → Info, follow the sequence of nodes step by step:
1. Start at the 'Start' node, which has the value 125.
2. Follow the first arrow (Start → Next) to the next node, which has the value 140.
3. Follow the second arrow (Next → Next) from 140 to the next node, which has the value 128.
4. The expression ((Start → Next) → Next) → Info refers to the value at the node reached after two 'Next' steps, which is 128.