Google News
logo
Data Structures - Quiz(MCQ)
Which one of the following is not the application of the stack data structure
A)
Recursion
B)
Backtracking
C)
String reversal
D)
Asynchronous data transfer

Correct Answer :   Asynchronous data transfer


Explanation : The first three options are the stack applications, but option d is not a stack application. The queue data structure is used for synchronization between the processes.

Advertisement