* and + have same precedence so right to left associatvty for first printf..and the rest printf statements are similar
On Wed, Aug 24, 2011 at 2:54 PM, Avinash LetsUncomplicate.. < [email protected]> wrote: > ++ is simply post increment will increment after use > so *s is printed in first printf.. precedence doesnt matter coz its a > single operand on which post increment has to be done also no copncept > of associativity i think associativity is for same precedence > operators .. > > > > > > Avinash > NIT allahabad > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > > -- *Dheeraj Sharma* Comp Engg. NIT Kurukshetra +91 8950264227 -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
