Quiz on Pointers
Here is a quiz to test your understanding of the concepts related to pointers.
1
Which of the following is the correct syntax of pointer declaration?
A)
int * myPointer;
B)
int* myPointer;
C)
int *myPointer;
D)
All of the above
Question 1 of 50 attempted
Get hands-on with 1400+ tech skills courses.