Ask Question
12 December, 07:28

It is used to jump to other section of the program to support labels.

Select one:

a. continue

b. break

c. goto ... label:

d. else

+4
Answers (1)
  1. 12 December, 10:41
    0
    c. goto ... label:

    Explanation:

    goto ... label: is used to jump to other section of the program. It is an unconditional jump statement. It is used to jump anywhere in the program.

    continue statement is used in loops it executes the next iteration of the loop.

    break statement is also used in loops and it brings the control out of the loop.

    else is used with if statements.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “It is used to jump to other section of the program to support labels. Select one: a. continue b. break c. goto ... label: d. else ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers