Computer Science, asked by lakshyaprtapsingh, 1 month ago

what is the use of GOTO statement? Explain with an example.​

Answers

Answered by TejaswiniTejaswi
12

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.

Explanation:

please mark me as brainlist answer

Similar questions