Data flow analysis is a study of:
Options
- Communication bottlenecks in a program.
- The rate of change of data values as a program executes.
- The use of data on paths through the code.
- The intrinsic complexity of the code.
CORRECT ANSWER : The use of data on paths through the code.
Write your comments