0%
0 / 25 answered
Practice Test 11
•25 QuestionsQuestion
1 / 25
Q1
Consider the expression a && b || c && d. Due to operator precedence, this expression is evaluated as (a && b) || (c && d). If you wanted to force the evaluation to be a && (b || c) && d, which parentheses placement would be correct?
Consider the expression a && b || c && d. Due to operator precedence, this expression is evaluated as (a && b) || (c && d). If you wanted to force the evaluation to be a && (b || c) && d, which parentheses placement would be correct?