Discussion:
Control Structures in C
(too old to reply)
Jaggu BN
2009-04-22 08:49:53 UTC
Permalink
C language possesses such decision making capabilities and supports
the following statements known as control or decision making
statements.

1. if statement
2. switch statement
3. Conditional operator statement
4. goto statement

for more check out this,

http://www.netbooks.we.bs/ControlStructure.html
GinoMarcoletti
2009-04-23 01:01:54 UTC
Permalink
Really? How could I have ever flown a plane without knowing this.
Post by Jaggu BN
C language possesses such decision making capabilities and supports
the following statements known as control or decision making
statements.
--
Maxwell
2009-04-23 04:37:14 UTC
Permalink
Post by GinoMarcoletti
Really? How could I have ever flown a plane without knowing this.
Post by Jaggu BN
C language possesses such decision making capabilities and supports
the following statements known as control or decision making
statements.
Well you never know when a lighting strike will blow the code in your only
GPS while navigating IMC, and you have to write a quick patch. I would think
any good pilot would want to be prepared.

Loading...