Q. Which operator is used to get the address of a variable in C++?
β
Correct Answer: (B)
&
Explanation: The '&' operator is used to get the address of a variable in C++.