

MCQOPTIONS
Saved Bookmarks
1. |
What does the dereference operator will return? |
A. | lvalue equivalent to the value at the pointer address |
B. | it will return nothing |
C. | rvalue equivalent to the value at the pointer address |
D. | All of above |
E. | None of these |
Answer» D. All of above | |