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

The EXPLANATION is: Data transfer between the two asynchronous process uses the queue data structure for SYNCHRONISATION. The rest are all stack applications.



Discussion

No Comment Found

Related InterviewSolutions