Page t012, go to NEXT, PREVIOUS, INDEX

Relational Operators


List of operators

PurposeOperator example
less thanx < y
less than or equalx <= y
greater thanx > y
greater than or equalx >= y
equalx == y
not equalx != y

C Course, 16-jan-1997, Peter Klok, pfk@hef.kun.nl