which statements used to go to the other segment of a program
Answers
Answered by
5
Answer:
The goto statement is rarely used because it makes program confusing, less readable and complex. Also, when this is used, the control of the program won't be easy to trace, hence it makes testing and debugging difficult.
Similar questions