Science, asked by goudakanha32, 3 months ago

what are the different types of operators ​

Answers

Answered by Swethapreetha770
0

Answer:

Operators are special type of functions, that takes one or more arguments and produces a new value. For example : addition (+), substraction (-), multiplication (*) etc, are all operators. Operators are used to perform various operations on variables and constants.

Answered by TheEnchanted
2

______________________________________

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.

______________________________________

Similar questions