Logical Operators
Functions of logical operators.
What is the value of a?
int a;
a = (3 > 5) || (5 > 1);
Previous slide
Next slide
Back to first slide
View graphic version