what is the use of GOTO statement?explain with example
Answers
Answered by
12
hii ...
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.
hope it helps!!✔✔✔✔✔
mark as brainliest
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.
hope it helps!!✔✔✔✔✔
mark as brainliest
Similar questions