Question: Which operator would you use to find the remainder after division?

  1. `%`
  2. `//`
  3. `/`
  4. `DIV`

Answer: The correct answer of the above question is Option A:`%`