96.2k views
5 votes
What is flow chart for which purpose flowchart is use in programmimg

1 Answer

5 votes

A flowchart is a visual representation of a process or algorithm. It uses symbols and arrows to show the steps and the flow of the process. In programming, flowcharts are often used to design and document the logic of a program before it is written in code. They can help programmers visualize the structure of the program and identify potential problems or inefficiencies. Flowcharts can also be useful for explaining the logic of a program to others who may not be familiar with the code..

User Kevin Robatel
by
7.9k points