Quiz on Pointers

Test what you’ve learned about pointers.

1

What is the correct way to declare a pointer?

A)
int y*;
B)
int &y*;
C)
int *y;
D)
int &y;
Question 1 of 60 attempted

Create a free account to access the full course.

Continue your learning journey with a 14-day free trial.

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