Multiple choice

The GOTO statement causes the control to go to

  1. an operator

  2. a label

  3. a function

  4. 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.