Computer Science, asked by wahmed178, 1 year ago

what are the problems associated with goto statement?

Answers

Answered by tanishqakk
1
Goto (gotoGotoGO 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