CBSE Class 12 Computer Science
Question 53 of 63
Data Structures in Python — Question 1
Back to all questionsFalse
Reason — A single-ended linear structure is a type of stack data structure because a stack is a linear/sequence structure or a list of elements where insertion and deletion can only occur at one end, following the Last-In-First-Out (LIFO) principle.