Q448
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;
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board