Home » Computer » Miscellaneous » Question
  1. Identify the LIFO (Last In First Out) structure among the following:
    1. Stack
    2. Queue
    3. De-queue
    4. Array
Correct Option: A

In computer science, LIFO refers to the way items stored in some types of data structures are processed. A LIFO structure can be illustrated with the example of a stack of trays. The term in computing generally refers to the abstract principles of list processing and temporary storage, particularly when there is a need to access the data in limited amounts, and in a certain order.



Your comments will be displayed only after manual approval.