Question: What does the following statement declare? int *countPtr, count; Select one: a. Two int variables. b. One pointer to an int and one int variable
What does the following statement declare?
int *countPtr, count;
Select one:
a.
Two int variables.
b.
One pointer to an int and one int variable
c.
The declaration is invalid
d.
object of type int
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
