Suppose that the following expression is evaluated on a stack architecture based computer
system: F = (A + B) * (C-D)/ E. The number of PUSH instructions required in the assembly
language code will be
Answers
Answered by
2
Answer:
In computer science, a stack is an abstract data type that serves as a collection of elements, with two main principal operations: push, which adds an element to the collection, and pop, which removes the most recently added element that was not yet removed.
Similar questions