WHAT IS THE LOGICAL OPERATOR IN C?
Logical operators are used to perform logical operations on the given expressions.
There are 3 logical operators in C language. They are,
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Logical operators are used to perform logical operations on the given expressions.
There are 3 logical operators in C language. They are,
- logical AND (&&)
- logical OR (||)
- logical NOT (!)
need an explanation for this answer? contact us directly to get an explanation for this answer