...

/

Quiz on Stack and Heap Memories

Quiz on Stack and Heap Memories

Test yourself on the basic concepts of stacks and heaps learned in this chapter.

We'll cover the following...
Technical Quiz
1.

A stack is a data structure that implements movement of data in which manner?

A.

First in, first out (FIFO)

B.

Last in, first out (LIFO)

C.

Random


1 / 4