Computer Science, asked by devenderkumar3222, 17 days ago

a goto statement is reffered to as ____ transfer control​

Answers

Answered by jom13448
1
One way transfer
May be it correct
Answered by anishkumarsingh2022
0

Answer:

goto is a jumping statement in c language, which transfer the program's control from one statement to another statement (where label is defined). goto can transfer the program's within the same block and there must a label, where you want to transfer program's control.

Similar questions