Question: Let us say we are storing 40 items in the queue. Let us say that each item occupies 20 bytes.
Assuming both integer and pointer occupies 4 bytes each, Array implementation of the queue requires Blank 1_______ bytes and the linked list implementation of the stack requires Blank 2_____bytes.
Suppose that queueSize is set to 40 when invoking the constructor of queueType.
I'm not sure how to solve the question. Can anyone help me?