Arithmetic Operators

Operators

Operators are symbolic representations of conceptual ideas that we can use to perform various operations in programming. There are four types of operators:

  • Arithmetic operators
    • Binary operators
    • Unary operators
  • Logical operators
  • Assignment operators
  • Comparison operators

In this lesson, we’ll learn about the arithmetic operators in C++.

Get hands-on with 1200+ tech skills courses.