Answer :
It is not all arithmetic operations may be performed on pointers. For example, you cannot multiply or divide a pointer.
What arithmetic operations cannot be done on pointers?
We cannot carry out all type of arithmetic operations with the use of the pointers.
Note that the Pointer arithmetic is said to be a little bit different from arithmetic we normally use and as such, the only used arithmetic operations applicable on pointers are known to be the addition of numbers.
Learn more about arithmetic operations from
https://brainly.com/question/4721701