Q:

WHAT IS THE LOGICAL OPERATOR IN C?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHAT IS THE LOGICAL OPERATOR IN C?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

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

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
WHAT IS BITWISE OPERATOR IN C?... >>
<< WHAT IS THE RELATIONAL OPERATOR IN C?...