What is the area of memory called, which stores the parameters and local variables of a function call ?
a stack
Reason — A stack is the area of memory, which stores the parameters and local variables of a function call.