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

2 years ago
C Programming

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.

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions