Quizlearn
.app
Which data structure implements a Last-In-First-Out (LIFO) behavior, where the last element added is the first one to be removed?
Linked list
Queue
Stack
Tree
Computer Science Exercises are loading ...