Which of the following arithmetic operation can be applied to pointers a and b?
Posted: Wed Jul 13, 2022 7:54 pm
(Assuming initialization as int *a = (int *)2; int *b = (int *)3;)
a) a + b
b) a – b
c) a * b
d) a / b
a) a + b
b) a – b
c) a * b
d) a / b