Question: Do you need to declare an out variable before you use it?

  1. `No, you can declare it the parameter list.`
  2. `Out variables are no longer part of C#.`
  3. `You must declare it if it is a primitive type.`
  4. `Yes.`

Answer: The correct answer of the above question is Option A:`No, you can declare it the parameter list.`