Explain unstructured programming language?
Answers
Answered by
2
Answer:
Unstructured programming is a procedural program – the statements are executed in sequence as written(The statements execute in order you write) In this you have to use goto statements that allow the control to pass. When a goto statement is executed, the sequence continues from the target of the goto.
Similar questions