+ 11
C++ defines operator precedence. Parentheses (B) have highest priority. Division and Multiplication (DM) have higher priority than Addition and Subtraction (AS). If there are operators of same precedence, left to right evaluation is done.
26th Mar 2017, 3:34 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar