Question: During execution of a program, a stack is used to support function calls. the group of stack entries that pertain to one function call is called
Answer:
A stack frame is pushed on the stack when function is called.
MCQ: During execution of a program, a stack is used to support function calls. the group of stack entries that pertain to one function call is called
Correct Answer:A. stack
Explanation:
A stack frame is pushed on the stack when function is called.