Q.
When applied to a variable, what does the unary "&" operator yield?
[A]
The variable's address
[B]
The variables right value
[C]
The variable's binary form
[D]
The variable's value
Answer & Explanation
Option: [A]
The address of a variable is yield by the unary operator Address of. This unary operator "&" operates on only one operand.