--- vineet kumar <[EMAIL PROTECTED]> wrote:

>   i'm very confused tat wht would be d output 
>   of   *ptr++   &  (*ptr)++

  *ptr++ -> increment the value which ptr contains, that's addr of a data

  (*ptr)++ -> increment value pointed to by ptr

-
Ramprasad B


 
____________________________________________________________________________________
Yahoo! Music Unlimited
Access over 1 million songs.
http://music.yahoo.com/unlimited

Reply via email to