Question
Which expression declares a pointer to int?
Select an option. Your answer will be checked instantly.
Correct Answer: D. int *p;
Explanation:
The correct answer is int *p;.
Leave a Reply