A GOTO statement is referred to as __________Transfer control
Answers
Answered by
0
Answer:
A goto statement causes your program to unconditionally transfer control to the statement that is associated with the label specified on the goto statement. The following example shows a goto statement that is used to jump out of a nested loop
Similar questions