Java View all facts Glossary Help |
| syntactic unit > symbol > operator > arithmetic operator > -- |
| -- comparison table | |||||||
| Subject | use in | have example | has definition | have purpose | is a kind of | is an instance of | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| arithmetic operator | to perform basic arithmetic operations | operator | |||||||||
| postfix operator | to evaluate the value of the operand and then to perform the operation | operator | |||||||||
| prefix operator | to perform the operation and then to evaluate the value of the operand | operator | |||||||||
| unary operator | An operator that has 1 argument | to perform a simple function of 1 to 3 arguments | operator |
| |||||||
| -- | prefix or postfix form |
| to decrement its operand by one |
| unary operator |
Next arithmetic operator: / Up: arithmetic operator, postfix operator, prefix operator, unary operator Previous arithmetic operator: -