CBSE Class 12 Computer Science Question 11 of 103

Working with Functions — Question 3

Back to all questions
3
Question

Question 3

What is the area of memory called, which 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.