goto Keyword in C | goto Label in C Programming | Learn C Online
The goto statement in C programming language is used for unconditional jump from one part of the program to another part of the program. It is always suggested not to use goto statement as this reduces the readability of the program...