Multiple Choice
When the ____ operator is used with two expressions, the resulting condition is true if either one or both of the two expressions are true.
A) ||
B) &&
C) !
D) %%
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: Within a selection statement, an expression that
Q13: When an executing program encounters a(n) _
Q14: The use of braces to enclose a
Q15: It is a good practice to terminate
Q16: In C, relational expressions are evaluated to
Q18: The simplest C selection statement is the
Q19: Indentation used within an if-else is critical
Q20: Any number of case labels may be
Q21: One aspect of _ programming is to
Q22: What will the following program print on