1.

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

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.



Discussion

No Comment Found