Multiple choice The GOTO statement causes the control to go to an operator a label a function a variable Reveal answer Fill a bubble to check yourself B Correct answer Explanation The goto statement is an unconditional jump that transfers program control to a labeled statement within the same function.