What Are Logical Operators In C ?
What Are Logical Operators In C ? Logical operators are used to evaluate two or more conditions. … The AND ( && ) and OR ( || ) are binary operator while NOT ( ! ) is a unary operator. Before we start explaining && operator, keep in mind that – In C, all non-zero