

MCQOPTIONS
Saved Bookmarks
1. |
What happens to the Second operand/expression if the first operand is FALSE with a Short Circuit AND (&&) operator? |
A. | Second operand/expression is evaluated and AND is applied. |
B. | Evaluation of Second operand/expression is skipped. |
C. | The compiler starts taking more memory |
D. | The compiler starts taking more CPU power. |
Answer» C. The compiler starts taking more memory | |