C Programming - Complicated Declarations - Discussion
Read more: "Everything you can imagine is real."
- Pablo Picasso
3.
We can modify the pointers "source" as well as "target".
Answer: Option D
Explanation:
No answer description available for this question.
Mahesh said:
(Sat, Sep 11, 2010 03:24:04 PM)
In pointers always source address and target address are same.
Preetha said:
(Thu, Jun 2, 2011 01:30:32 AM)
In pointers source and target are same so we can modify.
Akhilvallab said:
(Wed, Jul 27, 2011 03:49:36 PM)
If source address is changed then by default target address is also changed.
Ravi said:
(Wed, Sep 28, 2011 07:24:21 PM)
Thanks Akhil.
Sh@Hid said:
(Mon, Mar 26, 2012 12:15:59 PM)
Please explain that how source and target addresses are same in pointers?
Sudha said:
(Thu, Jun 14, 2012 10:57:37 PM)
We can modify the source and target.
Chandan Kumar Gupta said:
(Sun, Sep 23, 2012 08:54:18 AM)
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:
(Tue, Dec 11, 2012 06:06:04 PM)
What is source address and target address in a pointer.