Home / Questions / What is the logical operator in C?
Explanatory Question

What is the logical operator in C?

👁 713 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

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 (!)