Quiz Yourself on Pointers

Now that you've learned about pointers. Let's put the concepts to test!

1

Which of the following is the correct way to declare a pointer?

A)
int y*
B)
int &y*
C)
int (*y)
D)
int *y
Question 1 of 50 attempted

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy