Vidyalelo
C++ Programming · Q177

Classes and Objects in C++

Programming · C++ Programming · question 177

Q177

What does the dereference operator will return?

A.
rvalue equivalent to the value at the pointer address
B.
lvalue equivalent to the value at the pointer address
Answer
C.
it will return nothing
D.
it will return boolean values

Answer: Option B

Solution

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