CBSE Class 12 Computer Science Question 28 of 103

Working with Functions — Question 4

Back to all questions
4
Question

Question 4

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
Answer

a stack

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