Respuesta :
Answer:
Explanation:
For the given set of MIPS assembly instructions, the corresponding C statement for is below:
f = A[F] ;
f = A[F+1] + A[F];
B[g] = f;
Where, f, g, h and i are variables used in the program. While A and B are arrays used in the program.