Computer Science, asked by AkashB8874, 1 year ago

what is the used of control flow graph

Answers

Answered by a4abhi021
2

A control flow path is a graphical representation of all paths that might be traversed through a program during its execution. Most representations are of two types of blocks. as- An entry block through which control enters into the flow graph and the exit block through which all control flow leaves...

Answered by Shifapathan
7
Hello,
Control flow diagram determines the steps of execution of a program. So one can understand easily, make changes easily, debug easily etc.
Hope this helps you!
Similar questions