Consider an array on which bubble sort is used. The bubble sort would compare the element A[x] to which of the following elements in a single iteration.
Option 1 : A [x+1]
Option 2 : A [x+2]
Option 3 : A [x+2x]
Option 4 : All of these.
Answer: Option 1