Question
Programming and Data Structures Question on Stacks
Which out of the following is not the application of stacks?
A
Parenthesis balancing
B
Tracking of local variable at run time
C
Analyzer for compiler syntax
D
Transfering of data between two asynchronous processes
Answer
Transfering of data between two asynchronous processes
Explanation
Solution
The correct option is(D): Transfering of data between two asynchronous processes