In an implementation of a linked list, each node contains data and address. Which of the following could the address field possibly contain?
Op 1: Address of next node in sequence
Op 2: It's own address
Op 3: Address of last node
Op 4: Address of first node
Answer: Option 1