6. Flowchart of a computer programming

A flowchart is a type of diagram that represents an algorithm, workflow or process. Flowchart can also be defined as a diagramatic representation of an algorithm (step by step approach to solve a task).

The flowchart shows the steps as boxes of various kinds, and their order by connecting the boxes with arrows.

Symbols for flowchart :


Symbols for flowchart

Basic structure of a flowchart :


Basic structure of a flowchart

Some examples of Flowchart are given below :


1.Flowchart to add two numbers :
Flowchart to add two numbers

2. Flowchart to subtract two numbers :
Flowchart to subtract two numbers

3. Flowchart to print area of a square :
Flowchart to print area of a square

Comments

Popular posts from this blog

12. Library Functions of C Programming

13. Control Strings in C Programming

4. What is Compiler ?

7. Introduction of C programming :

18. Identifiers and Keyword in C programming

10. Data Types of C Programming

3. What is programming language ?

8. Program structure rules of C programming

9. Header Files of C Programming