Precedencia de operadores

Operadores postfijos
[] . (parentesis)
Operadores unarios
++ expr, -- expr, -expr, ~, !
Creación o conversión de tipo
new (tipo)expr
Multiplicación y División
*, /, %
Suma y Resta
+, -
Desplazamiento de bits
<<, >>, >>>
Relacionales
<, >, <=, >=
Igualdad y Desigualdad
==, ¡=
AND a nivel de bits
&
XOR a nivel de bits
^
OR a nivel de bits
|
AND lógico
&&
OR lógico
||
Asignación
=, +=, -=, *=, /=, %=, ^=, &=, |=, >>=, <<=, >>>=

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options