C Programming - Complicated Declarations - Discussion

Discussion Forum : Complicated Declarations - True / False Questions (Q.No. 3)
3.
We can modify the pointers "source" as well as "target".
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
11 comments Page 2 of 2.

Muktha said:   2 years ago
The source to which a pointer variable points is called a target, so technically source and target are the same in pointer because the pointer is for storing the location of the variable. So when we change the source, we are changing the target as well.


Post your comments here:

Your comments will be displayed after verification.