

InterviewSolution
Saved Bookmarks
1. |
What are binary operators??phree points xdxd |
Answer» tion:A binary operator is an operator that operates on two operands and MANIPULATES them to return a result. Operators are REPRESENTED by special characters or by keywords and provide an easy way to COMPARE numerical VALUES or character strings. |
|