

MCQOPTIONS
Saved Bookmarks
1. |
You have assigned the address of Value to the pointer P, Which statement will display the value stored in Value? |
A. | cout<<P; |
B. | cout<<*Value; |
C. | cout<<&P; |
D. | cout<<*P; |
Answer» E. | |