program to perform basic arithmetic operations (Input and Output)
Answers
Answered by
2
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.
The Arithmetic operators are some of the C Programming Operator, which are used to perform arithmetic operations includes operators like Addition, Subtraction, Multiplication, Division and Modulus. All these Arithmetic operators in C are binary operators which means they operate on two operands.
Similar questions