622 views
1 votes
1 votes

Consider the intermediate code given below:

1 .a =10

2 . b =15

3 . a= a+b

4. b = a-b

5 .a = a-b

6. if(a==b) goto (3)

The number of nodes and edges in the control-flow graph constructed for the above code, respectively are X and Y. The value of X + Y is ________.

Please log in or register to answer this question.

No related questions found