Q226
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
AnswerC.
a * b
D.
a / b
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board