retagged by
5,123 views
4 votes
4 votes

Write a program to evaluate the

following arithmetic statement: X= [A- B + C * (D * E - F)]/[G + H * K]


[i] Using a general register computer with three-address instructions.
[ii] Using a general register computer with two-address instructions.
[iii] Using an accumulator type computer with one-address instructions.
[iv] Using a stack organized computer with zero-address instructions.

retagged by

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
2