Which arithmetic operator have highest precedence?

1 answer

Answer

1007002

2026-05-20 08:40

+ Follow

In all popular high-level programming languages, the order in which operators are interpreted ("operator precedence") is vital to ensuring that all compilers execute instructions in precisely the same manner, as the "order of operations" rule is vital in mathematics.

In the case of C and C++, arithmetic operators are executed prior to logic operators. For a detailed description of operator precedence, see the related links below.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.