You have assigned the address of Value to the pointer P, Which statement will display the value stored in Value?

Options
- cout< - cout<<*Value;
- cout << &P;
- cout<<*< P;


CORRECT ANSWER : cout<<*< P;

Discussion Board
explain it

give the how to solve it

manisha 08-23-2017 06:51 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement