C Programming

THE RELATIONAL OPERATORS
These allow the comparision of two or more variables.

Operator Meaning
== equal to
!= not equal
< less than
<= less than or equal to
> greater than
>= greater than or equal to

In the next few screens, these will be used in for loops and if statements.

The operator

	<>

may be legal in Pascal, but is illegal in C.


©Copyright B Brown. 1984-1999. All rights reserved.