Computer Science, asked by rambhati2009, 19 days ago

A GOTO statement is referred to as __________Transfer control​

Answers

Answered by shankarprusty8
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