Skip to main content

OPERATORS

Keywords: OPERATORS
Most of the basic numeric operators are legal and perform the same function as in C. The Operators are: <......is less than >......is greater than ==.....is equal to !=.....is not equal to <=.....is less than or equal to >=.....is greater than or equal to