goto Statements | C Programming Tutorial
26.4K views on YouTube
Example of using a goto statement in C. Source code: https://github.com/portfoliocourses/c-example-code/blob/main/goto.c. Check out https://www.portfoliocourses.com to build a portfolio that will impress employers!
See some arguments in favour of using goto statements in some instances in the comments of this article: https://softwareengineering.stackexchange.com/questions/566/is-using-goto-ever-worthwhile