Aptiv Interview Question

what happens in stack when a function is called?

Interview Answer

Anonymous

Feb 17, 2020

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

2