InterviewSolution
Saved Bookmarks
| 1. |
Define Operators.? |
|
Answer» Operators are SYMBOLS which are used to perform CERTAIN operations on a DATA. These include ARITHMETIC, RELATIONAL, logical, and assignment operators. Operators are symbols which are used to perform certain operations on a data. These include arithmetic, relational, logical, and assignment operators. |
|