adplus-dvertising
frame-decoration

Question

What is control flow analysis?

a.

The process of converting structured control flow graphs into unstructured graphs

b.

The process of optimizing the control flow of a program during compilation

c.

The process of converting unstructured control flow graphs into structured graphs

d.

The process of analyzing data structures in a program

Posted under Reverse Engineering

Answer: (c).The process of converting unstructured control flow graphs into structured graphs Explanation:Control flow analysis is the process of converting unstructured control flow graphs constructed by the front end into structured graphs that represent high-level language constructs.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is control flow analysis?