Top

Discussion

Local variables are stored in an area called ___________

  • A.Heap
  • B.Permanent storage area
  • C.Free memory
  • D.Stack

Answer: D

Local variables are stored in an area called stack. Global variables, static variables and program instructions are stored in the permanent storage area. The memory space between these two regions is known a heap.

No comment is present. Be the first to comment.
Loading…

Post your comment