Join WhatsApp ChannelDaily MCQs & Exam Updates
Computer Science Easy FPSC Uploaded: 13 Aug 2026

Which data structure uses LIFO (Last In First Out)?

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