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 1 of 2.

Mahesh said:   1 decade ago
In pointers always source address and target address are same.

Preetha said:   1 decade ago
In pointers source and target are same so we can modify.

Akhilvallab said:   1 decade ago
If source address is changed then by default target address is also changed.

Ravi said:   1 decade ago
Thanks Akhil.

SH@HID said:   1 decade ago
Please explain that how source and target addresses are same in pointers?

Sudha said:   1 decade ago
We can modify the source and target.

Chandan kumar gupta said:   1 decade ago
Yes, because pointer points the source and target at a same time because source and target both are same in pointer.
So we can modify both with the help of pointer.

Rupsha said:   1 decade ago
What is source address and target address in a pointer.

Vishalakshi said:   9 years ago
@Rupsha.

It is the base address where the pointer points to. Thanks.

Vijay said:   8 years ago
Can you give one example?


Post your comments here:

Your comments will be displayed after verification.