Question d’entretien chez Infosys

Do you know what a Stack is?

Réponse à la question d'entretien

Utilisateur anonyme

6 mars 2023

A stack is a method of organizing data. It is a called a stack because data is stored in a "Last In, First Out (LIFO) method. To add something in, it is called a push. When removing something, it is called a pop.