✏️ Explanatory Question

What is the logical operator in C?

👁 713 Views
📘 Detailed Answer
💡

Answer with Explanation

  • Logical operators are used to perform logical operations on the given expressions.
  • There are 3 logical operators in C language. They are,
  1. logical AND (&&)
  2. logical OR (||)
  3. logical NOT (!)