Saved Bookmarks
| 1. |
Consider the following C code segment:a = b + c;e = a + 1;d = b + c;f = d + 1;g = e + f; In a compiler, this code segment is represented internally as a directed acyclic graph (DAG). The number of nodes in the DAG is _____________ .(A) 6(B) 12(C) 7(D) 10 |
| Answer» | |