Consider the basic block given below:
a = b + c
c = a + d
d = b + c
e = d - b
a = e + b
the minimum number of nodes and edges present in the DAG representation of the above basic block respectively are
a. 6 and 6
b. 8 and 10
c. 9 and 12
d. 4 and 4