or

  • C

C Program To Display Zodiac Sign for Given Date of Birth

Write a C program that receives month and date of birth as input and prints the corresponding Zodiac sign or…

4 years ago
  • 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…

4 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…

4 years ago
  • MongoDB

$or (Union) Operator: MongoDB

Today lets learn about $or operator. In set theory, the union (denoted by ∪) of a collection of sets is…

10 years ago