The size of a queue linked list can change during runtime?

Skill/Topic: Queues Using Linked Lists
A) True
B) False

Showing Answers 1 - 4 of 4 Answers

Sandhya

  • Sep 5th, 2006
 

True

  Was this answer useful?  Yes

PRAGYA JAISWAL

  • May 18th, 2021
 

A) TRUE
The size of linked list can be changes during the run time. Other data structures like stack, queue, tree, and graph can be static and dynamic depending on, whether these are implemented using an array or a linked list.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions