1.

Comment on the following pointer declaration.
int *p, n;

A. p and n both are not pointers to integer
B. p is a pointer to integer, n may or may not be
C. p and n, both are pointers to integer
D. p is a pointer to integer, n is not
E. None of these
Answer» E. None of these


Discussion

No Comment Found