...

/

Quiz on Pointers

Quiz on Pointers

Test what you’ve learned about pointers.

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

What is the correct way to declare a pointer?

A.
int y*;
B.
int &y*;
C.
int *y;
D.
int &y;

1 / 6