When applied to a variable, what does the unary “&” operator yield

1.6 When applied to a variable, what does the unary “&” operator yield?
A) The variable’s address
B) The variable’s right value
C) The variable’s binary form
D) The variable’s value


Leave a Reply