Join WhatsApp ChannelDaily MCQs & Exam Updates
Computer Science Medium PPSC Uploaded: 23 Aug 2026

Which data structure follows the LIFO principle?

  • A Queue
  • B Array
  • C Stack
  • D Linked List
Correct Answer: Option C — Stack
Explanation:
A stack follows Last In First Out (LIFO), meaning the most recently added element is the first one to be removed, similar to a stack of plates.
Submitted by: PaperMCQs
Related MCQs