Question: What is the output of this code?

  1. `[abc, 0, 2, 10]`
  2. The code does not compile.
  3. `[abc, 2, 10, 0]`
  4. `[0, 10, 2, abc]`

Answer: The correct answer of the above question is Option D:`[0, 10, 2, abc]`