Subj : Precedence... To : borland.public.cpp.borlandcpp From : "Joćo Henrique" Date : Wed Mar 17 2004 07:54 pm Why this happens? char *s = "test"; char c = *(s++); // The c value is 't', not 'e'. Why? Compiler optmization? Thanks!!! JH Berg .