Computer Science

What is the name given to that area of memory, where the system stores the parameters and local variables of a function call ?

  1. a heap
  2. storage area
  3. a stack
  4. an array

Python Functions

1 Like

Answer

a stack

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

Answered By

2 Likes


Related Questions