InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of Relational Operators? |
|
Answer» RELATIONAL operators are used to compare two values. These operators always EVALUATE to true or false. They always produce a non-zero VALUE (in most case 1). Relational operators are used to compare two values. These operators always evaluate to true or false. They always produce a non-zero value (in most case 1). |
|