Data Structures

What does Stack refer to?

Correct answer

B. A linear data structure that follows the Last-In-First-Out (LIFO) principle.

Explanation

Stack refers to a linear data structure that follows the Last-In-First-Out (LIFO) principle.