Re: question regarding precedence and associativity of ++ and *
- From: junky_fellow@xxxxxxxxxxx
- Date: 27 Jul 2005 23:48:07 -0700
maadhuu wrote:
> hi,
> i am a bit confused as to how *i++ (i is a pointer) works.....the postfix
> + has a higher precedence than prefix ++ and i think precedence is from
> left to right whereas ,prefix ++ and * have same precedence and think its
> from right to left......
> well, can someone plss enlighten me how this works ??
> thanx.
Have a look at,
http://groups-beta.google.com/group/comp.lang.c/browse_frm/thread/3bc0b0e653e17581/0165c45ad7a86514#0165c45ad7a86514
.
- References:
- Prev by Date: Re: gcc 4 signed vs unsigned char
- Next by Date: Re: gcc 4 signed vs unsigned char
- Previous by thread: question regarding precedence and associativity of ++ and *
- Next by thread: Re: question regarding precedence and associativity of ++ and *
- Index(es):