What does the && operator do in a program code?

3 years ago
C Programming

The && is also referred to as AND operator. When using this operator, all conditions specified must be TRUE before the next action can be performed. If you have 10 conditions and all but 1 fails to evaluate as TRUE, the entire condition statement is already evaluated as FALSE/p>

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions