Google News
logo
Data Structures Algorithms - Quiz(MCQ)
A circular linked list can be used for
A)
Stack
B)
Queue
C)
Both Stack & Queue
D)
Neither Stack or Queue

Correct Answer :   Both Stack & Queue


Explanation : Both stack and queue data structure can be represented by circular linked-list.

Advertisement