...

/

Quiz: Data Structures

Quiz: Data Structures

Quiz yourself on data structures.

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

(Fill in the blank.) C++ treats memory as a sequence of cells where the size of each cell is ______ byte(s), and each cell has an ______.

A.

2, address

B.

1, address

C.

2, location

D.

1, location


1 / 11