char ch
ch=i++[s];
printf("%c",ch); this will print i[s],then i is incrementrd after
assigning to ch....
ch=++i[s];// this will inccrement value at i[s]
My question is what is role of priority which is making them behaving
different,,,,I am not getting y not first i is incremented then i[s] is
assigned....
plz tell
--
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.