Top

Discussion

Which of the following is an example of static memory allocation?

  • A.Linked list
  • B.Stack
  • C.Queue
  • D.Array

Answer: D

Array is an example of static memory allocation whereas linked list, queue and stack are examples for dynamic memory allocation.

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

Post your comment