Page 1 of 1

Which of the following arithmetic operation can be applied to pointers a and b?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
(Assuming initialization as int *a = (int *)2; int *b = (int *)3;)
a) a + b
b) a – b
c) a * b
d) a / b