Question

What does the following statement declare?
int *countPtr, count;
a. Two int variables.
b. One pointer to an int and one int variable.
c. Two pointers to ints.
d. The declaration is invalid.

Answer

This answer is hidden. It contains 37 characters.