Computer Science, asked by soorajsl1994, 1 month ago

parse tree method will fail to find an evaluation order only if_​

Answers

Answered by anya132523
0

Answer:

Parse tree method. At compile time, this method obtain an evaluation order from atopological sortof the dependency graph constructed from the parse tree for each input. This method will fail to find an evaluation order only if the dependency graph for the particular parse tree under construction has a cycle.

Similar questions