question regarding precedence and associativity of ++ and *
- From: "maadhuu" <madhu_ranjan_m@xxxxxxxxx>
- Date: Thu, 28 Jul 2005 02:43:48 -0400
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.
.
- Follow-Ups:
- Re: question regarding precedence and associativity of ++ and *
- From: Richard Heathfield
- Re: question regarding precedence and associativity of ++ and *
- From: junky_fellow
- Re: question regarding precedence and associativity of ++ and *
- Prev by Date: Re: gcc 4 signed vs unsigned char
- Next by Date: Re: gcc 4 signed vs unsigned char
- Previous by thread: Paasing global variables to functions
- Next by thread: Re: question regarding precedence and associativity of ++ and *
- Index(es):