InterviewSolution
Saved Bookmarks
| 1. |
_ operator returns the values true or false . |
| Answer» BOOLEAN expression is a particular CASE of an integer expression that returns either TRUE of FALSE. TRUE has the numeric value of 1, FALSE is equal to 0. There are so called boolean OPERATORS and boolean comparisons that are used in the Boolean expressions. ... EXPLANATION: | |