Answer & Explanation Option: [C]
The logical operators in C are &&(Logical AND), ||(Logical OR) and !(Logical NOT). They compare two boolean values.