InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not the application of stack?(a) A parentheses balancing program(b) Tracking of local variables at run time(c) Compiler Syntax Analyzer(d) Data Transfer between two asynchronous processMy enquiry is from Stack Operations in section Abstract Data Types of Data Structures & Algorithms II got this question in homework. |
|
Answer» Right answer is (d) DATA TRANSFER between two asynchronous PROCESS |
|