Vidyalelo
C++ Programming · Q18

Operators and Expressions in C++

Programming · C++ Programming · question 18

Q18

Which operator is used to access the memory address of a variable in C++?

A.
*
B.
&
Answer
C.
->
D.
::

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board