Explain the increment, conditional and logical operators and illustrate with example
Answers
Answered by
0
Answer:
ikkkk
Explanation:
Relational operators compare values and return either TRUE or FALSE. Logical operators perform logical operations on TRUE and FALSE. Values used with a logical operator are converted into booleans prior to being evaluated. For numerical values, zero will be interpreted as FALSE, and other values will be TRUE.
Similar questions