How will you retrieve the value stored in pointer variable a? A. a B. &a C. *a


A


Showing Answers 1 - 3 of 3 Answers

pheilo

  • Jun 30th, 2006
 

C. *a

  Was this answer useful?  Yes

arnab thakur

  • Jan 14th, 2007
 

 ?a? will return the address location which the pointer is using, *a the value, &a the address where the address for a is stored.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions