Computer Science, asked by rohitr24926, 4 months ago

Identify the following types of operators :

i) % ii) !=​

Answers

Answered by saurabhkala0109
0

Explanation:

I can't understand your question please upload the picture of your question

Answered by rs869radia
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