Multiple choice

The statement used to transfer the control to some other part of the program is known as

  1. skip

  2. next

  3. goto

  4. none of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The goto statement is an unconditional jump statement that transfers program control to a labeled statement elsewhere in the same function.