C Programming - Pointers - Discussion

Discussion Forum : Pointers - General Questions (Q.No. 8)
8.
The operator used to get value at address stored in a pointer variable is
*
&
&&
||
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
33 comments Page 4 of 4.

Antony said:   8 years ago
&&, || operator which operation performed?
(4)

Rajasekar OMPARR said:   8 years ago
* is known as a de-referencing operator which de-reference the address stored in the pointer. That is fetched the value from that address which pointer is pointing to.
(3)

VASANTHARAJ said:   7 years ago
* is a correct answer. I agree with the given option.
(4)


Post your comments here:

Your comments will be displayed after verification.