Google News
logo
C-Language - Interview Questions
What are Logical Operators in C ?
Logical Operators are used when we want to test more than one condition and make decisions. Here the operands can be constants, variables and expressions.
There are 3 logical operators in c language they are   &&, ||, !
Advertisement