+ 10
What is the disadvantage of using go to and switch statement while developing a software...
Answer me fast...
2 Answers
+ 22
My fast answer would be "Because goto statement makes your code like a dish of spaghetti".
For long discussions have a look at [https://stackoverflow.com/questions/3517726/what-is-wrong-with-using-goto]
+ 10
when condition is wrong it enter into infinite loop in go to statement