-
Notifications
You must be signed in to change notification settings - Fork 0
The -- operator decrements its single operand by one. When used in prefix mode, it decrements the operand and evaluates to the decremented value of that operand. When used in postfix mode, it decrements its operand, but evaluates to the value of that operand before it was decremented.
License
VaibhavMojidra/Java---Demo-Decrement-Prefix-And-Postfix
About
The -- operator decrements its single operand by one. When used in prefix mode, it decrements the operand and evaluates to the decremented value of that operand. When used in postfix mode, it decrements its operand, but evaluates to the value of that operand before it was decremented.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published