Menu Close

Tag: goto statement

go to Statement in C Program

The goto statement is a type of unconditional transfer statement, similar to the goto statement in BASIC. In C programming, the goto statement is used…