Monday, July 27, 2009

How is control flow used to solve problems using computer programming?

Control flow allows a program to make decisions at run-time.

How is control flow used to solve problems using computer programming?
http://en.wikipedia.org/wiki/Control_flo...


http://en.wikibooks.org/wiki/C++_Program...
Reply:its depaends on the Language your using, with procedural languages such as c, cobal..etc it is top to bottom , for object oriented languages it is bottom up approach ...but for every progarmmatic languages..output is your requirement ..you have to plan in such a way to build logic ..and there by u can sole it ....


No comments:

Post a Comment