Goto control structure is not widely used in programming. Justify the statement.
Answer:
-Goto unconditionally transfers control to some other place in the program. There are some better ways on how this can be done
-Goto control structure makes some parts of the program permanently not executable. This renders this omitted code irrelevant in the program.