Question Which expression declares a pointer to int? A. p int*; B. int p*; C. pointer int p; D. int *p; Show Answer More MCQs Correct Answer: D int *p; The correct answer is int *p;. The correct answer is int *p;.
Leave a Reply