Computer Science, asked by akshatmalik9016, 1 year ago

Difference between lifo and fifo in data structure

Answers

Answered by onalchaudhari
0

LIFO means last in first out.
Structures in CPP follows LIFO fashion.
FIFO means first in first out.
Que follows FIFO fashion...

Similar questions