47) Stack A has the entries a,b,c(with a on top).
Stack B is empty.An entry popped out of stack A can be printed immediately or pushed to stack B.An entry popped out of the stack B can only be printed. In this arrangement, which of the following permutations of a,b,c are not possible
Answer is:
c a b
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: