Which of the following arithmetic operation can be applied to pointers a and b?
(Assuming initialization as int *a = (int *)2; int *b = (int *)3;)
A. a + b
B. a - b
C. a * b
D. a / b
Answer: Option B
Join The Discussion