Content deleted Content added
m adjusted the link to Operators in C and C++ |
Texclayton (talk | contribs) m Fixed typo: "such as like" -> "such as" |
||
Line 16:
Operands are mathematical objects upon which the operators operate.
These include [[number]]s such as 3 or 1001, truth values such as true or
false, structures such as
One special type of operand is the parenthesis group. An expression
enclosed in parentheses is evaluated recursively and treated, for
|