

MCQOPTIONS
Saved Bookmarks
1. |
In the context of abstract-syntax-tree and control-flow-graph. Which one of the following is true? |
A. | In both AST and CFG if node N2 be the successor of node N1 |
B. | For any input program, neither AST nor CFG will contain a cycle |
C. | The max number of successors of a node in an AST and a CFG depends on the input program |
D. | None of the mentioned |
Answer» D. None of the mentioned | |