filmov
tv
Programming in C++: L6 Operators

Показать описание
The video is part of the lecture series on programming fundamentals in C++. It explains the different types of operators available in C++ language. They are arithmetic, logical, relational, assignment, etc. The operators that require one operand are called unary operators. The operators that require two operands are binary operators. The operators that require three operands are ternary operators. #cpp #programming