C++ Tutorial | Logical OR Operator in C++

Опубликовано: 13 Март 2026
на канале: Family Computer Centre
18
0

C++ is a general-purpose programming language created by Bjarne Stroustrap as an extension of the C programming language, or "C with Classes". Logical Operators are used to combine more than one relation or comparison to get the desired result. There are three logical operators in c++. Logical AND (&&), Logical OR (||) and Logical Not (!). In this video you will learn how to use Logical OR (||) Operator in C++