write two operations performed on pointers
Answers
Answered by
1
Answer:
The different operations that can be possibly performed on pointers are:
Incrementing/Decrementing a pointer.
Addition/Subtraction of a constant number to a pointer.
Subtraction of one pointer from another.
Comparison of two pointers.
Similar questions