✏️ Explanatory Question

What is || operator and how does it function in a program?

👁 1,865 Views
📘 Detailed Answer
💡

Answer with Explanation

The || is also known as the OR operator in C programming. When using || to evaluate logical conditions, any condition that evaluates to TRUE will render the entire condition statement as TRUE.