Comment on the following pointer declaration?
int *ptr, p;
A.ptr is a pointer to integer, p is not.
B.ptr and p, both are pointers to integer.
C.ptr is pointer to integer, p may or may not be.
D.ptr and p both are not pointers to integer.
Answers
Answered by
41
int *ptr, p;. A. ptr is a pointer to integer, p is not. B. ptr and p, both are pointers to integer. C. ptr is pointer to integer, p may or may not be. D. ptr and p both are not pointers to ...
Similar questions
Math,
7 months ago
Math,
7 months ago
Environmental Sciences,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
English,
1 year ago
Chemistry,
1 year ago