If control structure in c lnaguage

Preview:

Citation preview

Syntax of if CS

Syntax ofif control structure in CRelational Operators in COperatorMeaningExampleValue of the expression

greater thanheight > 6.2= 98.6==equal tomarks == 100!=not equal tonumber != 250if(x

Recommended