WHICH OPERATION CAN BE PERFORMED ON POINTERS?
Answers
Answered by
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