+ 2
goto statement problem!
How to ends the goto statement, when iteration gets incremented?
4 Answers
+ 2
https://code.sololearn.com/c3XFr4e0pV82/#cpp
kumaresan I really would like to know the reason for using a goto statement.
+ 1
I'm not sure why you are using a goto statement. But if you must use it, you should use some sort of conditional statement with goto in the code block.
+ 1
Charles Comer, how to handle with conditional statements with goto. there is the need, if you have a sample code plz insert here...
0
put goto in an if statement