Which of the following is a wrong pointer declaration?

1.4 Which of the following is a wrong pointer declaration?
A) int *int(a);
B) int *x, *y;
C) float *aptr;
D) int *x, float *y;


Leave a Reply