Identify the following types of operators :
i) % ii) !=
Answers
Answered by
0
Explanation:
I can't understand your question please upload the picture of your question
Answered by
0
Answer:
The Arithmetic Operators in C and C++ include:
+ (Addition) – This operator is used to add two operands.
– (Subtraction) – Subtract two operands.
* (Multiplication) – Multiply two operands.
/ (Division) – Divide two operands and gives the quotient as the answer.
% (Modulus operation) – Find the remains of two integers and gives the remainder after the division.
++ (Increment) – Used to increment an operand.
— (Decrement) – Used to decrement an operand.
Similar questions