Quiz

Here's a short quiz to test your understanding.

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

Why isn’t it a good idea to take primitive data type parameters by const reference?

A.

It increases the size of data type.

B.

It adds an extra level of indirection

C.

Both A and B


1 / 4