C++ Logical Operators - C++ Operator
C++ examples for Operator:Logical Operator
HOME
C++
Operator
Logical Operator
Introduction
Operator
Description
<
Less than
<=
Less than or equal to
==
Equal to
!=
Not equal
!
Not
>=
Greater than or equal to
>
Greater than
&&
And
||
Or
Previous
Next
Related Tutorials
Demonstrating the sizeof operator on various data types
Use sizeof operator to determine the sizes in bytes of the various data types on your computer system.
The sizeof Operator
Testing a Person's Age use "and" operator (&&).
Compare variables input from the keyboard and store the results off into a logical variable