Question: What is the statement below equivalent to?

  1. `sprite.x`
  2. `sprite.*x`
  3. `(*sprite).x`
  4. `*sprite.x`

Answer: The correct answer of the above question is Option C:`(*sprite).x`