Products
Sitemap
Online Calculators
Circuits (A-C)
Circuits (D-O)
Circuits (P-Z)
Tutorials
Syntax:
if( expression ) statement1; or if( expression ) statement1; else statement2 ;
if(
)
;
else
if(loop<3) counter++; if(x==y) x++; else y++; if(z>x) { z=5; x=3; } else { z=3; x=5; }
<<< Back to C Language Library Reference Guide
<<< Back to Electronics Tutorials