Mega Code Archive

 
Categories / C Tutorial / Statement
 

Operators Used in if Comparisons

Comparison Meaning or Pronunciation "True" Example Less than1 ==Equal to7 == 7, 1 == 1 Greater than7 5, 10 0 Less than or equal to4 =Greater than or equal to6 = 5, 2 = 2 !=Not equal to1 != 0, 1 != 3.99