________ is the maximum number of nodes that you can have on a stack-linked list.

Skill/Topic: Stacks using Linked List
A) Zero
B) Same as linked list
C) Any Numbers
Explanation: There can be a nearly unlimited number of nodes on a stack-linked list, restricted only by the amount of available memory in the computer.

Showing Answers 1 - 1 of 1 Answers

Venkateswara Rao

  • Sep 5th, 2006
 

Because this is linked list, you can create any number of nodes.

  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