InterviewSolution
Saved Bookmarks
| 1. |
Which operator works on a single variable or constant |
|
Answer» s ,minus, multiplication and division OPERATOR are all BINARY operator an operand is simply SOMETHING that an operator WORKS on. in an expression like 34.spi , one operand is a CONSTANT (34) the other variable (spi) |
|