Computer Science, asked by SRIDHAR618, 1 year ago

WHICH OPERATION CAN BE PERFORMED ON POINTERS?

Answers

Answered by sahuaryan022
3

Since an address in a memory is a numeric value we can perform arithmetic operations on the pointer values. The different operations that can be possibly performed on pointers are: Incrementing/Decrementing a pointer. Addition/Subtraction of a constant number to a pointer.

..

..

..

Similar questions