

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following gives the [value] stored at the address pointed to by the pointer : ptr? |
A. | Value(ptr) |
B. | ptr |
C. | &ptr |
D. | *ptr |
Answer» E. | |