Podcast
Questions and Answers
Which data structure follows the Last In First Out (LIFO) principle?
Which data structure follows the Last In First Out (LIFO) principle?
- Queue
- Stack (correct)
- Linked List
- Binary Tree
In which data structure is the element added at the rear and removed from the front?
In which data structure is the element added at the rear and removed from the front?
- Stack
- Queue (correct)
- Hash Table
- Array
Which data structure uses the concept of 'push' and 'pop' for adding and removing elements?
Which data structure uses the concept of 'push' and 'pop' for adding and removing elements?
- Stack (correct)
- Linked List
- Queue
- Tree