asked 227k views
3 votes
If the expression is false, the ________ operator will return true. A ) AND B ) NOT C ) OR D ) All of these E ) None of these

asked
User Ervis
by
8.5k points

1 Answer

5 votes

Answer:

If the expression is false, the C) OR operator will return true.

The OR operator (||) returns true if at least one of the conditions in the expression is true. So, if any part of the expression evaluates to true, the entire expression will be true, even if some parts of it are false.

answered
User Stderr
by
8.4k points

No related questions found