Abbreviation of - CONTROL FLOW GRAPH

Full from of CFG

What is the Full from of CFG

The full from of CFG is Control Flow Graph

A Control Flow Graph (CFG) is the graphical representation of control flow or computation during the execution of programs or applications. Control flow graphs are mostly used in static analysis as well as compiler applications, as they can accurately represent the flow inside of a program unit.