In an array queue, data is stored in an _____ element.

Skill/Topic: Queues Using Linked Lists
A) Node
B) linked list
C) array
D) constructor
Explanation: In an array queue, data is stored in an array element. In a linked list queue, data is stored in a node of a linked list

Showing Answers 1 - 1 of 1 Answers

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