+ 1
How to use the goto statement in C++?
Please provide a satisfactory answer
1 Antwort
+ 1
it's not a good idea to use goto in C/C++.
it's an old programming concept. you may think it is practical but it is sloppy.
use any other programming concept to change the flow of your program.