1.

Which of the following arithmetic operation can be applied to pointers p and q?
(Assuming initialization as int *p = (int *)6; int *q = (int *)7;)

A. p / q
B. p + q
C. p q
D. p * q
E. None of these
Answer» D. p * q


Discussion

No Comment Found