Question: Why are post-fix operators generally recommended to be avoided? A. Because rarely is having the return value and the variable's value differ needed and intended.
Why are post-fix operators generally recommended to be avoided?
A. Because rarely is having the return value and the variable's value differ needed and intended.
B. Because post-fix and pre-fix operators have the safe effect, so pre-fix is used as the convention.
C. Because post-fix operations are slower than pre-fix operations.
D. They aren't. Post-fix operators should be heavily used.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
