Computer Science, asked by gurleenrandhawa42, 3 months ago

identify the type of operator

a)Arithemaric b)Assignment c)logical d)Relational​

Answers

Answered by racharlashivani53
2

Answer:

Explanation:

Arithmetic Operators:

+ (Addition)

– (Subtraction)

* (multiplication)

/ (Division)

% (Modulus)

Assignment Operator:

=

Logical Operators:

&& Logical AND operator.

|| Logical OR Operator.

! Logical NOT Operator.

Relational Operators:

==

!=

>

<

<=

>=

Similar questions