10 years, 2 months ago.

How to execute an if statement?

How to execute an if statement

Question relating to:

Rapid Prototyping for general microcontroller applications, Ethernet, USB and 32-bit ARM® Cortex™-M3 based designs

1 Answer

10 years, 2 months ago.

I think I would go for some of the great examples on this page to learn. And if you need a reference I have attached a good little read for you.

if ( TRUE ) { Execute these statements if TRUE } else { Execute these statements if FALSE }

/media/uploads/Njbuch/wiley_publishing_-_c_for_dummies_2nd.edition_-2004-.pdf

Accepted Answer

Thanks for this, much appreciated.

posted by Optimus Prime 21 Jan 2014