Home »
MCQs »
C++ MCQs
Which of the following operator is used to return the address of a variable?
59. Which of the following operator is used to return the address of a variable?
- *
- ->
- &
- None of the above
Answer: C) &
Explanation:
In C++, the "&" operator is used to return the address of a variable.