retagged by
686 views

1 Answer

0 votes
0 votes

@harsh yadav

Yes ...

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....

 

1. https://www.iith.ac.in/~ramakrishna/fc5264/control-flow-analysis.pdf 

 

2. https://gateoverflow.in/127079/control-flow-path 

 

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

Related questions

0 votes
0 votes
1 answer
1
nabadeep asked Apr 27, 2017
696 views
what is meant by control flow path?
0 votes
0 votes
2 answers
2
0 votes
0 votes
2 answers
3
saumya mishra asked Jun 13, 2018
9,736 views
Question.Construct the Dag for the following Assume that + is left associative?a)a+b+(a+b)b)a+b+a+bc)a+a+(a+a+a+(a+a+a+a))Please give the Answer to these questions?????
1 votes
1 votes
1 answer
4
neha singh asked Mar 17, 2017
2,092 views
A directed acyclic graph represents one form of intermediate representation.The number of non-terminal nodes in DAG of a=(b+c)*(b+c)a)2b)3c)4d)5