What is the use of GOTO statement? Explain with example
Answers
Answered by
0
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.
Attachments:
Similar questions