The definition of flow chart is very simple i.e. "the graphical representation of any program(Set of instruction which are written in...
The definition of flow chart is very simple i.e. "the graphical representation of any program(Set of instruction which are written in programming language) is called flow chart".
Algorithm:-Step by step representation of large program.
Now I take an example:-Draw a flow chart to input radius of a circle and print the area and circumference?
Sol.Area of Circle=3.14*radius*radius.
Circumference of circle=2*3.14*radius.
Let radius 'r' and circumference 'cir'.
Then flow chart will be...
Algorithm:-Step by step representation of large program.
Now I take an example:-Draw a flow chart to input radius of a circle and print the area and circumference?
Sol.Area of Circle=3.14*radius*radius.
Circumference of circle=2*3.14*radius.
Let radius 'r' and circumference 'cir'.
Then flow chart will be...
If you have any query then leave your comments and don't forgot to follow me on Google+,Facebook,Twitter.
Very informative blog!
ReplyDeletePlease take some time to visit my blog @
loop in C notes
Thanks!