Page 1 of 1

What does the dereference operator will return?

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
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