goto statements

goto statements

goto statements are one of the jump statements, by using the goto statement we can jump anywhere in both up and down direction, but the scope of the goto statement is locally so we can jump within a function only.