209k views
2 votes
Which of the following are true?

a. Local variables are created by adding a positive value to the stack pointer
b. A subroutine's stack frame always contains the caller's return address ad the subroutine's local variables
c. A subroutine's prologue code always pushes
d. EBP on the stack Arrays are passed by value to avoid copying them onto the stack

1 Answer

4 votes

Answer: False

Step-by-step explanation:

User EdsonF
by
5.8k points