--- In [email protected], "Ahmed Shabana" <[EMAIL PROTECTED]> wrote:
>
> Sorry evey one for this , I just understand what happend exactly
> really no answer above this was suitable , the error comes from this
> printf( "%s\n" , (*++name)[1]) ; <--------------------mistake "it's
one char"
> printf( "%c\n" , (*++name)[1]) ;<---------------------this worked as
expected
>
> I was really wonna to go through the string using pointer
> yes I was really test that part of code and wonna to see it's output
> to continue understanding the overall code
>
Thanks a lot.