Question d’entretien chez Aptiv

what happens in stack when a function is called?

Réponse à la question d'entretien

Utilisateur anonyme

17 févr. 2020

1- saves the return address. 2- parameter to the called function 3- local variables in the called function

2