logical operators

  • C

C Program To Determine Leap Year or Not using Logical Operators

Any year is entered through the keyboard, write a C program to determine whether the year is a leap year…

5 years ago
  • C

C Programming Interview / Viva Q&A: 3 (Logical Operator)

In this C program we've 2 operands and one AND operator(&&). We use Logical NOT Operator to change the true…

5 years ago
  • C

Logical Operators In C

Logical Operators in C programming language return true(non-zero number) or false(0) value. Logical AND(&&) and logical OR(||) works on 2…

5 years ago
  • jQuery

Conditional Logic For Decision Making: jQuery

In this video tutorial we shall see how to make our applications smarter with artificial intelligence using conditional logic for…

12 years ago