engineering recuitment NIELIT Scientific Assistant Mock Test 2025 Compiler Design Intermediate Code Generation Directed ACyclic Graph
Consider the following DAG.
Which of the following expression is represented by above DAG?
1
a * b + c(a * b) + c*(a * b)d
2
c(a * b) + c*(a * b)d
3
a(a * b) + c(a * b) + c*(a * b)d
4
(a * b)(a * b) + c(a * b) + c*(a * b)d