Multiple choice C has multiway decision control construct known as if statement if - else statement switch statement none of the above Reveal answer Fill a bubble to check yourself C Correct answer Explanation The switch statement is the standard C construct for multiway branching, allowing a variable to be tested for equality against a list of values.