Question: Which operator is used to access the address of a variable?

  1. `%`
  2. `**`
  3. `*`
  4. `&`

Answer: The correct answer of the above question is Option D:`&`