Goto Statement In CPP
Goto statement is also known as Jump statement. It directly jumps to the specified label. It is also used to move the control to the other part of the program.…
Goto statement is also known as Jump statement. It directly jumps to the specified label. It is also used to move the control to the other part of the program.…