Question: Create DAG representation and three address code for the following C program. i = 1; s = 0; while ( i
Create DAG representation and three address code for the following C program. i = 1; s = 0; while ( i<= 10) { s = s+ a[i] [i]; i = i + 1; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
