Vidyalelo
Computer Science · Q448

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 448

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;
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board