Computer Science, asked by sangwanyash03, 25 days ago

how is a stack different from a queue​

Answers

Answered by hemantsantoshgupta
2

Answer:

The main differences between stack and queue are that stack uses LIFO (last in first out) method to access and add data elements whereas Queue uses FIFO (First in first out) method to access and add data elements.

Explanation:

Please mark me as brainliest

Similar questions