Multiple Choice
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.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: Three of the following expressions have the
Q23: Which statement would be used to declare
Q24: Pointers cannot be used to:<br>A) Contain memory
Q25: To prevent modification of a built-in array's
Q26: A string array is commonly used for:<br>A)
Q27: Which of the following is not a
Q28: Which of the following is not true
Q29: When a compiler encounters a function parameter
Q30: What method should be used to pass
Q32: Sizeof:<br>A) Is a binary operator.<br>B) Returns the