Operators in C++ | Types of operators in C++

Types of operators in C++

Operators in C++ | Types of operators in C++



Operators in C++

Operator is a symbol in C++ to perform calculations and other manipulations on values.

Operand

Operand is defined as the values which are used for perform calculations or manipulations.

Example: 10-5                                           

10 and 5 are operands  and – is the operator performing subtraction of 10 and 5

Types of operators in C++

Different Types of operators in C++ are:

Input/Output Operators 

– Unary Operators 

– Binary Operators

– Conditional operator

– Special Operators



Spread the love
Lesson tags: Operators in C++, types of operators in c
Back to: C++ Programming Notes
Spread the love