Computer Science, asked by virsasandhu1986, 3 months ago


What are Operators? Name the different types of operators with example.
Give answer in short​

Answers

Answered by mashikhan419
2

Answer:

Types of Operators in C and C++

Arithmetic Operators. It includes basic arithmetic operations like addition, subtraction, multiplication, division, modulus operations, increment, and decrement. ...

Relational Operators. ...

Logical Operators. ...

Assignment Operators. ...

Bitwise Operators. ...

Miscellaneous Operators.

Answered by Anonymous
0

Answer:

Answer: Arithmetic Operators: These are the operators used to perform arithmetic/mathematical operations on operands. Examples: (+, -, *, /, %,++,–). Arithmetic operator are of two types:Unary Operators: Operators that operates or works with a single operand are unary operators.

Similar questions