Difference between
||(OR) and &&(AND)
Answers
Answered by
2
In && operator, statement is executed only if all conditions are true.
Whereas in || operator, even if only one condition is true, statements will be executed
Hope it helps
Hope you're talking about C++ or Java
Whereas in || operator, even if only one condition is true, statements will be executed
Hope it helps
Hope you're talking about C++ or Java
Brainergy:
Mark my answer as brainliest please
Answered by
2
in || operator, even if only one condition is true
Similar questions