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
(c) it will return nothing
(d) it will return boolean values
The question was posed to me in exam.
Asked question is from Dereferencing topic in chapter Source Files, Classes and Operator Overloading in C++ of C++