Asked by Diwas Bhatt? on Jun 10, 2024

verifed

Verified

Stacks and queues are two special forms of a more general data object called a(n) ____.

A) array
B) table
C) deque
D) heap

General Data Object

An abstract representation of a collection of data without specifying the type, often used in programming and data analysis.

  • Learn the application and limitations of different data structures in C.
verifed

Verified Answer

SM
Shivangi MaheshwariJun 12, 2024
Final Answer :
C
Explanation :
A deque, or double-ended queue, is a more general form of stack and queue data structures, allowing insertion and removal of elements from both the front and the back ends.