46) In evaluating the arithmetic expression 2*3-(4+5),using stacks to evaluate its equivalent postfix form, which of the following stack configuration is not possible?
Answer is:
9 3 2
Related Data structures and Algorithms MCQ with Answers
Answer is:
m x (j-1)+i
Answer is:
Allocate resources(like CPU)by the operating system
Explanation:
Stack cannot be used to allocate resources(like CPU)by the operating system.
Answer is: