-
What does the dereference operator will return?
-
- lvalue equivalent to the value at the pointer address
- it will return nothing
- rvalue equivalent to the value at the pointer address
- All of above
- None of these
Correct Option: C
It operates on a pointer variable, and returns an l-value equivalent to the value at the pointer address.