Computer Science, asked by professionalitman456, 1 month ago

list the arithmetic funtions in pointers​

Answers

Answered by djhardas82
3

Answer:

The only valid arithmetic operations applicable on pointers are:

Addition of integer to a pointer.

Subtraction of integer to a pointer.

Subtracting two pointers of the same type.

Answered by Anonymous
0

Answer:

The operations are:

Increment/Decrement of a Pointer.

Addition of integer to a pointer.

Subtraction of integer to a pointer.

Subtracting two pointers of the same type.

Explanation:

hope it will help U

Similar questions