Vidyalelo
C Programming · Q226

Pointer

Programming · C Programming · question 226

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
Answer
C.
a * b
D.
a / b

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board