retagged by
680 views

1 Answer

0 votes
0 votes

A control flow path is a graph which is used to show all possible flows in a program which are possible.

This is also used for finding the cyclomatic complexity and removing statements which are not reachable.

For Basics

https://en.wikipedia.org/wiki/Control_flow_graph

For detailed explanation 

https://www.cs.drexel.edu/~spiros/teaching/CS576/slides/2.control-testing.pdf

Related questions

1 votes
1 votes
1 answer
1
harsh yadav asked Dec 27, 2018
649 views
do we have control flow graph in gate syllabus?
0 votes
0 votes
2 answers
2
2 votes
2 votes
1 answer
3
0 votes
0 votes
1 answer
4
phprashanthans asked Dec 3, 2017
851 views
What will be the DAG representation of a=b+c , b= b+c