Flowchart

Flowchart
Flowchart can said as a graphical representation of an algorithm. The only difference is you need to draw symbols in flowchart in the place of writing steps.
1. Graphical representation of any program is called flowchart.
2. There are some standard graphics that are used in flowchart as following:
Start / Stop terminal box flowchart symbol
Figure: Start/Stop terminal box

Input/output flowchart symbol
Figure: Input/output box



Process / Instructions box flowchart symbol
Figure: Process/Instruction box

Lines or Arrows to show the flow of flowchart
Figure: Lines or Arrows

Decision box flowchart symbol
Figure: Decision box

Connector box flowchart symbol
Figure: Connector box

Comment/Expression flowchart symbol
Figure: Comment box

Preparation flowchart symbol
Figure: Preparation box

Separate flowchart symbol
Figure: Separate box




 Write a algorithm to find out number is odd or even.




Comments

Popular posts from this blog

Constants

Data Types in C Programming

Identifiers