answer according to tc compiler may be 19. bracketed expressions occur first.
arithmetic expressions from left to right 1 (a++) = 5; but a=6; 2 (++a) = 6+1 = 7; a=7; 3 a + 5 + 7 = 7+5+7 =19. but the result is compiler dependent -- 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.
