Thursday, December 24, 2009

How is conditional control flow different from iterative control flow, in Linux C programming?

Conditional control structure is being evaluated only once, whereas iterative control structure keeps repeating for a certain amount of times.

No comments:

Post a Comment