what are the problems associated with goto statement?
Answers
Answered by
1
Goto (goto, Goto, GO TO or other case combinations, depending on the programming language) is a statement found in many computer programming languages. It performs a one-way transfer of control to another line of code; in contrast a function call normally returns control.
Similar questions