C++ OPERATOR | C++ FOUNDATION Question 2

Last Updated :
Discuss
Comments

What is the precedence of arithmetic operators (from highest to lowest)?

%, *, /, +, –

%, +, /, *, –

+, -, %, *, /

%, +, -, *, /

Share your thoughts in the comments