Question

The definition
int *count;
a) is a syntax error because only pointers can be defined with * notation.
b) is a compile-time error.
c) is a logic error.
d) is a correct definition of integer pointer count.

Answer

This answer is hidden. It contains 3 characters.